UI Deploy

Curated, Short, Web UI Dev we Love.

Creating Objects With A Null Prototype In Node.js

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