Mathias Bynens (2014-02-21T07:03:32.000Z)
domenic at domenicdenicola.com (2014-02-24T21:29:07.495Z)
In that case, you’d need a `hasOwnProperty` check to make sure you’re not trying to call `__proto__` or `toString`, etc. See https://github.com/rwaldron/idiomatic.js/#misc for a more complete example.