CIW 1D0-435 - CIW JavaScript Fundamentals exam
The _______ indicator delineates a comment on a single line of script.
The _____ indicator is used for multiple line comments.
1stName would be a valid variable name.
In JavaScript, the operator =, is an assignment operator. It will __________________
alinkColor, anchors, bgColor, cookie and fgColor are all properties of the _______________ object.
In JavaScript, in order to target a frame, you need to know
What would the following JavaScript code return?
"SANDY COBB".charAt(3);
______________ are named spaces of memory.
JavaScript is a strong object-oriented language that relies, for a large part of its functionality, on objects and their attendant methods and properties.
JavaScript used two types of comment indicators. The _______ indicator delineates a comment on a single line of script. The _____ indicator is used for multiple line comments.
The continue statement is used with a __________________.
