@Lady well there’s a sentence to read without any context
@aescling how so
@Lady oh i just mean i have no idea in what context this would make sense to say (though i’m sure it exists)
@aescling in my case, it is very important that my mappings do not change after object creation, which is easy to achieve on ordinary objects with `Object.freeze()` but impossible to guarantee with Maps. since my keys are all strings, `Object.create(null)` is the simplest and most straightforward approach.
@Lady i see