Data Type In Javascript-array And Its Methods
What is array?
Array is anything which can store more than one value.
Array is secondary data type.
Array stores the value by index.
It will be clear in below example.
// 0 1 2 3 4 5 6 ...
vasudhawankhade.hashnode.dev2 min read