JavaScript Arrays 101
1. What is an Array and why do we need it?
An array is a special type of object that allows us to store multiple values inside a single variable in an ordered list.
Imagine you are storing the names o
chaiarrays.hashnode.dev6 min read