JavaScript Class Creation Lab

Easy
6
70.0% Acceptance

In this lab, you will practice creating a basic JavaScript class and working with constructors, methods, and instantiation. You will create a 'Person' class, add a method for greeting, instantiate the class, and export it using ESM syntax.