Fast empty object ```js const NullObject = function NullObject() {}; NullObject.prototype = Object.create(null); ```