`let foo = {}` shouldn't add any instance methods (no `toString()`) Can't be replaced with Map due to performance but maybe with `let foo = Object.create(null)` [[source]](http://ryanmorr.com/true-hash-maps-in-javascript/)