Once the constructor is defined, you need to create new instances of the object. This process is called ___________.
A _________ creates an empty template from which real-time objects, called __________, can be generated.
If you want to declare a variable that can be accessed by more than one function or script block in your program, you will need to declare the variable ___________________.
A ____________ is an input object in the shape of a small square that can be selected, or checked on or off.
Which of the following are all the types of expressions allowed in JavaScript?
Although not mandatory, it is advisable to define all your functions in the HEAD element of your HTML document.