JavaScript Arrays 101
Introduction
An Array is an ordered collection of elements separated by comma. It's a mutable data type in JavaScript.
Example:
Think of a train with many coaches Each coach carries different passenge
js-blogs.hashnode.dev6 min read