forked from Nat47/javascript101
-
Notifications
You must be signed in to change notification settings - Fork 9
Array
Dave Thomson edited this page May 13, 2017
·
4 revisions
Array
An array is a list of elements
- Arrays have an index that starts at 0.
- Javascript has many array methods that are useful
- map, filter and reduce are frequently used in functional programming.
Optional code pen example?
- Fundamentals