Mid JavaScript

What are arrays in JavaScript?

Arrays are ordered collections of values.

Example:

let numbers = [1, 2, 3, 4];

More from JavaScript Tutorial

All questions for this course