rem’s avatarrem’s Twitter Archive—№ 71,679

    1. Someone please convince me this is a bad idea to include in my (theroteical software): Object.prototype.toString = function() { return JSON.stringify(this); }; Though I wonder how many libraries rely on "[object Object]" - I guess you could grep to check.
  1. …in reply to @rem
    PSA: this isn't a suggestion to start using this, just an exploration of an idea!!!