CIW 1D0-435 - CIW JavaScript Fundamentals exam Exam

Page:    1 / 49   
Total 244 questions

In JavaScript, ++x+ will add one to the value of x after the assignment is complete.

  • A. FALSE
  • B. TRUE


Answer : A

_______ represent various attributes of an object, such as height, color, font size, sentence length, and so forth.

  • A. Values
  • B. behaviors
  • C. Methods
  • D. Properties


Answer : D

A server named www.cobbwebdesign.com can set a cookie for the domain name www.microsoft.com.

  • A. FALSE
  • B. TRUE


Answer : A

_________ is the process of creating new copies of an object

  • A. Instantiation
  • B. Repeating
  • C. Replicating
  • D. Object coding


Answer : A

What does the following JavaScript code do"
"Hello, World!".length;

  • A. Test the width of a literal string.
  • B. Writes Hello, World to the screen.
  • C. Test the length of a literal string.
  • D. nothing


Answer : C

Page:    1 / 49   
Total 244 questions