JavaScript Array
Array -
An array in JavaScript is an object data type, it can store similler annd different kind data types.
For example - it can store string, numbers, object and even other arrays, And also we can store mix of it.
const element = ["Car", "Bus", "Bi...
vidyasagar.hashnode.dev5 min read