This map class must have the following properties - [ ] Similar API to JavaScript's Map class - [ ] Allow anything to be a key - [ ] Match keys by value and not by reference (ex: [1] should equal [1]) - [ ] `get` should work in constant time - [ ] `has` should work in constant time