Back to Developer Roadmap

Indexed collections

src/data/roadmaps/javascript/content/[email protected]

4.0606 B
Original Source

Indexed collections

Indexed Collections are collections that have numeric indices i.e. the collections of data that are ordered by an index value. In JavaScript, an array is an indexed collection. An array is an ordered set of values that has a numeric index.

Visit the following resources to learn more: