Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

The name=value pair is the only information required to generate a cookie. All other parameters are optional.

A.

FALSE

B.

TRUE

If a function is not a built in function, then it is a _________________ function.

A.

canned

B.

user-defined

C.

object based

D.

Java

Which of the following is the JavaScript string object special character to insert a new line?

A.

/n

B.

\n

C.

\b

D.

/b

Which of the following would be the correct JavaScript way to make a text string appear in bold print?

A.

"Hello!"

B.

"Hello!.bold()";

C.

"Hello!".bold();

D.

"Hello!"

JavaScript is a strong object-based language.

A.

False

B.

TRUE

Placing // in front of a line of text, within the Script tags will result in ______________

A.

the command that follows being carried out

B.

everything that follows being ignored

C.

nothing, as this is not valid

D.

everything to the end of the line being ignored.

A _________ custom object has only one level of properties and methods associated with it

A.

multiple

B.

simple

C.

single

D.

complex

_________ is the process of creating new copies of an object

A.

Instantiation

B.

Repeating

C.

Replicating

D.

Object coding

alert(), prompt() and confirm() are all methods of the __________ object.

A.

window

B.

browser

C.

form

D.

document

What is the following?

Set-Cookie: name=Value: expires=date; path=path; domain=domain; secure

A.

A cookie header

B.

A name value pair

C.

A set cookie object

D.

A cookie setter