The name=value pair is the only information required to generate a cookie. All other parameters are optional.
If a function is not a built in function, then it is a _________________ function.
Which of the following is the JavaScript string object special character to insert a new line?
Which of the following would be the correct JavaScript way to make a text string appear in bold print?
JavaScript is a strong object-based language.
Placing // in front of a line of text, within the Script tags will result in ______________
A _________ custom object has only one level of properties and methods associated with it
_________ is the process of creating new copies of an object
alert(), prompt() and confirm() are all methods of the __________ object.
What is the following?
Set-Cookie: name=Value: expires=date; path=path; domain=domain; secure