New Year Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

CIW 1D0-435 - CIW JavaScript Fundamentals exam

Page: 3 / 8
Total 244 questions

Which of the following, if any, shows the appropriate syntax for accessing a function stored in a frame file?

A.

relationship.frameName.functionName();

B.

relationship.frameName.objectName;

C.

frameName.functionName();

D.

None. This cannot be done.

The main event handler associated with the checkbox object is _________.

A.

Click

B.

onReset

C.

onClick

D.

onSubmit

You want to comment out a single line of JavaScript in a function.

Which of the following should you use in your code?

A.

//

B.

C.

/”…”/

D.