Creating Objects With A Null Prototype In Node.js Aug 21, 2015 A while back, when I was reading the Principles Of Object-Oriented JavaScript by Nicholas Zakas, I came across a tip about using Object.create() to create objects with a null prototype. view source Advertisement