Object-oriented programming in JavaScript

Easy
11
1
77.5% Acceptance

In this lab, we will work with object-oriented programming in JavaScript using classes. You will create a 'Person' class with properties and methods, and later create a 'Teacher' class that will extend the 'Person' class. This will help you familiarize yourself with inheritance, constructors, and methods in JavaScript classes.