loopmode
Member since Mar 16, 2015
- Profile: /members/12584-loopmode.htm
- Comments: 2
Recent Blog Comments By loopmode
-
Creating Objects With A Null Prototype In Node.js
Posted on Mar 16, 2015 at 5:26 AM
@Loopmode, Edit: forgot about the Object.prototype.hasOwnProperty suggestion. Definitely better than blacklisting :)... read more »
-
Creating Objects With A Null Prototype In Node.js
Posted on Mar 16, 2015 at 5:24 AM
@jimb the edge-case you described is a valid one and should be avoided by blacklisting certain propnames in set(). However it should be noted that the scope of the article was reading props rather than writing them, with a simplified demo script. Nice find tho :)... read more »