Introduction to Arrays

Introduction to JavaScript Arrays.

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 names for all the data. This can end up being cluttered in an object.

Get hands-on with 1200+ tech skills courses.