JavaScript Arrays.
Arrays are one of the commonly used data structures in the field of computer science. They are mainly used for mutation operations. example:
let marks=[20, 40, 50, 60];
Arrays can also contain items that are of different data types. For example this...
devenock.hashnode.dev2 min read
Vandana Sharma
Articles like this one really help me brush up on a particular topic I've lost touch with, good job!