JavaScript Prototypal Inheritance and What ES6 Classes Have to Say About It
joezimjs.com Created: January 29, 2013 Updated: May 26, 2025 article
Summary
Many people come to JavaScript from other object-oriented programming languages and ask where the classes are. ES6 brings them in for us (sorta).