iterating

Iterating Through Javascript Arrays

Iterating (In the simplest terms) means to go through each item in a group of items.
An array is a group of items, so to iterate through an array means to do something with the items in an array (But not necessarily all of them)

Everything you learn here is likely to be applicable to any other programming language you learn, arrays in one language behave pretty much the same in every other language.

Syndicate content