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

The __________ is the building block of all custom objects.

A.

statement

B.

function

C.

variable

D.

constructor

JavaScript is an event-driven programming language. Events trigger _________.

A.

functions

B.

behaviors

C.

methods

D.

actions

In JavaScript terms, a sentence on a page is an example of ____________

A.

an object

B.

a property

C.

a method

D.

a value

_________ is used to associate an object's name with the object's properties or methods.

A.

A property

B.

A function

C.

A statement

D.

Dot notation

For a comment that extends beyond the current line, enclose the area that will not execute with ____________________________-

A.

*/comment/*

B.

/*comment*/

C.

*/comment*/

D.

/*comment/*

JavaScript was the first scripting language developed for Webpage design.

A.

True

B.

False

You can only create 5 methods for an object?

A.

FALSE

B.

TRUE

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

A.

everything to the end of the line being ignored.

B.

The command that follows being carried out

C.

Everything that follows being ignored

D.

Nothing, as this is not valid

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.

A.

ServerSide JavaScript

B.

JavaWire

C.

Java

D.

LiveWire

After calling the constructor function, the keyword "constructor" returns the specific properties for the custom object to the calling instantiation statement.

A.

TRUE

B.

FALSE