My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

HF JavaScript Chapter 12

Horizontales
Use the set keyword to make a writable _______ property.
When you create an object from a class, we say the object is an ______ of the class.
Classes define both properties and _______.
Use the _______ function in a class to assign properties to an object.
Use the ____ keyword to make a readable accessor property.
______ properties belong to a class, not an object.
Class and ____ work well as a team.
Verticales
We counted cars from from the Car class with a _______ property.
Use a _____ to create many similar objects.
You can call the constructor or method of the superclass using this keyword.
To create an object with a class, you use the new _______.
To access a static property or method, use the _____ name.
When you extend a class, the subclass _______ methods and properties from the superclass.
The subclass extends a ________.
The class' constructor function returns the newly created _______.