1D0-435 CIW JavaScript Fundamentals exam

Loading demo links...

Showing 4–6 of 10 questions

Question 4 (Exam Set A)

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

Select an option, then click Submit answer.

  • window

  • browser

  • form

  • document


Question 5 (Exam Set C)

What will the following code cause to happen on Mouseover?

onMouseOver="status='Related Links';return true;" onMouseOut="status='';return true;">Related Links

Select an option, then click Submit answer.

  • nothing

  • The words "Related Links" will appear in the status bar.

  • The words "Related Links" will appear as a drop down list.

  • The words "Related Links" will disappear in the status bar.


Question 6 (Exam Set D)

Which string value contains the name of the client used to access a page under the navigator object (i.e., Netscape for Netscape Navigator)?

Select an option, then click Submit answer.

  • userAgent

  • AppName

  • platform

  • AppVersion