Array Basics
Arrays store ordered collections of values. They're one of JavaScript's most important data structures.
Creating Arrays
Loading JavaScript Playground...
Accessing Elements
Loading JavaScript Playground...
Modifying Arrays
Loading JavaScript Playground...
Array Length
Loading JavaScript Playground...
Exercise: Create and Access
Create an array of three numbers and print the middle one:
Loading JavaScript Exercise...
Exercise: Modify Array
Change the first element of an array:
Loading JavaScript Exercise...

