Introduction to Arrays
Introduction to JavaScript Arrays.
We'll cover the following...
Background
When creating individual variables in JavaScript, it can be troublesome to access a range of values. You never know when you might lose a variable to get that one value. Meanwhile, creating objects means coming up with key ...