The Map object holds key-value pairs and remembers the original insertion order of the keys. Any value (both objects and primitive values) may be used as either a key or a value. The Map is mutable, like everything in JS.
Note that Javascript === equality semantics apply. JsMap does not know
anything about Scala equals method or the case classes structural equality.
- See also:
- Companion:
- object