tracker1 469 days ago. link 1 point ▲ ▼Maybe worth mentioning... Foo.prototype = Object.create(null); ...to break default inheritance from Object.
Maybe worth mentioning... Foo.prototype = Object.create(null); ...to break default inheritance from Object.