▲ Deep Dive into JavaScript Inheritance - 7 Powerful Techniques at jsdev.space▼2 up and 0 down, posted by jsdevspace 25 days ago 1 comment
tracker1 13 days ago. link 1 point ▲ ▼Maybe worth mentioning... Foo.prototype = Object.create(null); ...to break default inheritance from Object.