Messages
Topics
Lists
Groups
Marketplace
Jobs
Chiko Nakamura
4 years ago
This Javascript video covers Javascript arrays and looping arrays in Javascript. Arrays store lists of items of any type. You can iterate a Javascript array with loops, making it easy to run actions on all of the items in the array.
#js #javascript