JavaScript Arrays 101
Arrays are Data Structure used to store hetrogenous data (multiple data types).We need them for clarity and to perform some operations on the elements of it.
> Array CreationThere are multiple ways
nandjavascript.hashnode.dev2 min read