JS Array & Use case
The array is just a collection of data & it is an object. Array data sets are integrated index-wise. [ ]=This is called notation. JS array is mutable which means after declaration you can change data & that wouldn't take more memory, you can replace ...
shihabnodes.hashnode.dev6 min read