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