In this lab, you will be working with JavaScript Classes. Classes were introduced with the inclusion of ES6 and are mostly syntactic sugar of constructor functions. A JavaScript class is a blueprint for creating objects.
Learning Objectives
Upon completion of this lab, you will be able to:
- Create a class
- Create a class constructor
- Create a class method
- Create a child class
- Use super to access parent class properties and methods
- Create a child class method
Intended Audience
- Beginners learning front-end development
- Software Engineers who need to learn front-end technologies to expand their skillset
Prerequisites
The following courses/courses and labs can ensure your success: