Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

1D0-435 Exam Dumps - CIW JavaScript Fundamentals exam

Go to page:
Question # 25

Frames are arranged in a parent child hierarchy. With this in mind, in JavaScript, which keyword targets the parent of all parents in a frameset?

A.

top

B.

_parent

C.

parent

D.

_top

Full Access
Question # 26

In JavaScript, in order to target a frame, you need to know

A.

the frame's name.

B.

a frame's number in the frames array

C.

the URL of the frame.

D.

a frame's number in the frames array, or the frame's name.

Full Access
Question # 27

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

A.

/n

B.

\n

C.

\b

D.

/b

Full Access
Question # 28

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!"

Full Access
Question # 29

An ObjectBuilder defines the properties and methods of a custom object.

A.

TRUE

B.

FALSE

Full Access
Question # 30

When the alert() method and the prompt() method are both used in the same statement, the _________ method will process first.

A.

open()

B.

prompt()

C.

alert()

D.

confirm()

Full Access
Question # 31

Variables can store _______ data types in JavaScript.

A.

7

B.

5

C.

4

D.

6

Full Access
Question # 32

Assuming Z= 3 and y= 2, what would be the result of : Z+=Y

A.

The value of Y is now 5

B.

The value of Y is now 3

C.

The value of Z is now 5

D.

The value of Z is now 2

E.

5

Full Access
Go to page: