Calls callbackFn once for each key-value pair present in the map object. The ES6 Map class sends the value to the callback before the key, so this interface must do likewise.
OptionalthisArg: anyReturns a boolean asserting whether the key exists in the map object or not.
Returns a new iterator for iterating the keys of each pair.
Returns a new iterator for iterating the values of each pair.
Read-only map interface (i.e. a source of key-value pairs).