#map
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...