#javascript
Read more stories on Hashnode
Articles with this tag
Map is an object in a javascript and it holds the key-value pairs in it. We can declare a map object by just writing ---> const map1 = new Map(); The...
Set The Set is a collection is dissimilar elements and we can say, it stores the unique element. Set is an object in JavaScript. We can create a set...