JavaScript Arrays 101
1. What Arrays Are and Why We Need Them
An array is a data structure used to store multiple values in a single variable.Instead of creating many variables, we can store all values together in an array
harsh7i.hashnode.dev3 min read