Mid JavaScript What are arrays in JavaScript? Arrays are ordered collections of values. Example: let numbers = [1, 2, 3, 4];