JavaScript Array and the methods
Arrays are collections of items. They can be used to store multiple items of
different types in one variable. Each item in the array is called an element.
An array can contain elements of different data types like numbers, strings, objects, and more...
victoroguzie.hashnode.dev6 min read