The __________ is the building block of all custom objects.
JavaScript is an event-driven programming language. Events trigger _________.
In JavaScript terms, a sentence on a page is an example of ____________
_________ is used to associate an object's name with the object's properties or methods.
For a comment that extends beyond the current line, enclose the area that will not execute with ____________________________-
JavaScript was the first scripting language developed for Webpage design.
You can only create 5 methods for an object?
Placing / in front of a line of text, within the Script tags will result in ______________
Which of the following is the JavaScript's server-side solution that enables you to connect Web pages to databases, as well as enable server-side image maps and save client state so that the computer will remember where the client is in a multi-page preocess.
After calling the constructor function, the keyword "constructor" returns the specific properties for the custom object to the calling instantiation statement.