False emotes in Web editor (JS bug)
To repro: Type one of the following words into the editor, then hit the spacebar: __proto__
, constructor
, hasOwnProperty
, isPrototypeOf
, propertyIsEnumerable
, toLocaleString
, toString
, valueOf
To fix: always use hasOwnProperty & getOwnProperty to access an object's properties, not brackets.
1
vote
