Variables, arrays and (new to JS2015) constants are central to JavaScript: arrays (or array-like structures) are created in most DOM selections; variables and constants are irreplaceable features in making adaptable, powerful scripts.
This reading list takes you through the fundamentals of variables and arrays, and remains under constant development.
Time: 40 minutes
Prerequisites: JavaScript Fundamentals
var
let
const
Data Types
Arrays
push, pop, shift & unshift
fill & reverse
sort & shuffle
every & some
includes & indexOf
Nested Arrays & Object Literals
Photograph by Graeme Tozer, licensed under Creative Commons
Enjoy this piece? I invite you to follow me at twitter.com/dudleystorey to learn more.