Quiz
Explore key ES6 concepts by completing a quiz and coding challenge that involves extending a class and understanding promises. Strengthen your skills in JavaScript classes, inheritance, and asynchronous programming.
We'll cover the following...
We'll cover the following...
Quiz
Technical Quiz
1.
What is a class?
A.
a new primitive
B.
just syntactic sugar to perform prototypal inheritance
C.
a new type of array
1 / 4
...