Mastering Array in JavaScript
What is Array ?
The array object is used to store multiple values in a single data type . It has some core characteristics :
JavaScript arrays are resizable and can contain a mix of different data type.
JavaScript arrays are zero-indexed . The inde...
js-array.hashnode.dev5 min read