EcmaScript 6 - Map method in JavaScript
A Map object can be used to hold key/value pairs. A key or value in a map can be anything (objects and primitive values).
The syntax new Map([iterable]) creates a Map object where iterable is an array or any other iterable object whose elements are ...
officialjitandrachauhan.hashnode.dev4 min read