To instantiate new instances of an object you need the new keyword, the function name, and a list of values.
The first character of a variable cannot be a number.
|| is a comparison operator.
______________ are named spaces of memory.
alinkColor, anchors, bgColor, cookie and fgColor are all properties of the _______________ object.
var firstName="Sandy" would be the correct way to declare the variable firstName and assign it an initial value of "Sandy".
JavaScript is an event-driven programming language. Events trigger _________.
The _____________ pair contains the domain name of the URL that issued the cookie.
You can only create 5 methods for an object?
Which of the following is the JavaScript string object special character to insert a new line?