Array, its method and implementation.
Array in JavaScript is a data type. It is not a primitive data, it is an object i can contains multiple data type.
It is resizable in size, and can expand according to requirement. It is not associati
ranjeet-js.hashnode.dev7 min read