Skip to content
Dave Thomson edited this page May 13, 2017 · 4 revisions

Term

Array

Definition

An array is a list of elements

Key Points

  • 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.

Example

Optional code pen example?

Resources

Categories

  • Fundamentals

Clone this wiki locally