The most fundamental task class can be used for is, of course, creating a new class. This recipe shows the simple syntax for defining and instantiating a new class.
Creating a new class
Getting ready
This recipe assumes you already have a workspace that allows you to create and run ES modules in your browser. If you don't, please see the first two chapters.
How to do it...
- Open your command-line application and navigate to your workspace.
- Create a new folder named 07-01-create-a-new-class.
- Copy or create an index.html that loads and runs a main function from main...