CIW 1D0-435 - CIW JavaScript Fundamentals exam Exam
Page: 2 / 49
Total 244 questions
Question #6 (Topic: Topic 1)
In JavaScript the operator += will ________________
A. add together the operands and assign the result to the right operand.
B. assign the value of the right operand to the left operand.
C. do nothing because it should be =+.
D. add together the operands and assign the result to the left operand.
Answer: D
Question #7 (Topic: Topic 1)
__________ is used frequently in JavaScript to combine text strings, especially in
conjunction with prompt() and alert().
conjunction with prompt() and alert().
A. Concatenation
B. String()
C. Instaniation
D. Confirmation
Answer: A
Question #8 (Topic: Topic 1)
JavaScript is case sensitive, and the keyword "function" must be all lowercase.
A. FALSE
B. TRUE
Answer: B
Question #9 (Topic: Topic 1)
Cookies are commonly used to store information about a user to maintain state.
A. FALSE
B. TRUE
Answer: B
Question #10 (Topic: Topic 1)
A _______ is the specific color, width or height that belongs to the property of an object.
A. method
B. value
C. property
D. behavior
Answer: B