Loading video...
QuickNotes™ 
Arrays
- An Array is a JavaScript object that can hold multiple values
- An Array is similar to a table or grid of data
- Values stored in Arrays are called “elements”
- All elements are indexed with a numbering system that starts with zero
- There are three ways to declare an array: Regular, Condensed, and Literal
- The “Push” and “Pop” methods add or remove elements of an array
Discussion 
Please login to ask a question and view discussion.














