- When Object Literals Aren’t Enough 3:04
- Writing Your First Class 3:28
- Adding Properties Inside the Constructor Method 2:33
- Creating a new class 3 objectives
- Instantiating a Pet Object 2:32
- Instantiating an object 1 objective
- Adding Methods To Our Class 3:15
- Adding methods to classes 2 objectives
- Review Working with Classes in JavaScript 4 questions
Well done!
You have completed Review Working with Classes in JavaScript!
Quiz Question 1 of 4
What’s wrong with the following class declaration?
Class User {
}
Choose the correct answer below: