Map and Set in JavaScript
Map and set are built in data structures that are used to store ordered collections of data, where set holds unique values map holds the data key-value pairs.
What is Map?
Stores data as key-value pai
aksh27.hashnode.dev2 min read