JavaScript Collections
Basic arrays
Collection of objects of any type
Can be a mixed type
Numbers, Strings, Objects, Functions
Element access
Length
Holes
Iteration
Iteration
Go over all the elements in a collection
Concepts:
Iterable -> An object whose cont...
asdsyd.hashnode.dev2 min read