Challenge: Getting Classy
Solve a task regarding classes and objects in JavaScript.
We'll cover the following
Task
Write a Car
class that allows us to specify the make and model of the car. Also, write a subclass of electric car that allows us to specify the range of the car and then print the properties of the subclass.
Get hands-on with 1400+ tech skills courses.