Solution: Getting Classy
Explore how to create JavaScript classes, define constructors, and use inheritance to build extended objects. Understand object-oriented principles by implementing a Car class and extending it with an ElectricCar subclass.
We'll cover the following...
We'll cover the following...