Alex
Member since Mar 10, 2015
- Profile: /members/12570-alex.htm
- Comments: 1
Recent Blog Comments By Alex
-
Creating Objects With A Null Prototype In Node.js
Posted on Mar 10, 2015 at 4:11 AM
'__proto__' in Object.create(null) is only true in node.js up to version 0.10.36. If you use node 0.11.x, 0.12.0 or io.js it is false. In the browsers I tested, it is false, too. So maybe you should update your installation of node ;-)... read more »