Multiple Choice
Case 6-1
Kate is new at her company, and has found some existing JavaScript that she would like to use on the company's Web site.
-In the JavaScript below,Kate discovers that the lines labeled "input 1;input 2;and input 3;" are called the ____.
If (< blank>)
{
Input 1;
Input 2;
Input 3;
}
A) variables
B) statements
C) constants
D) operators
Correct Answer:

Verified
Correct Answer:
Verified
Q14: If you make the mistake of entering
Q15: The primary purpose of JavaScript is to
Q16: In JavaScript,the opening curly brace ( {
Q17: A JavaScript condition will always consist of
Q18: Programming languages must be converted from a
Q20: In 1978,two employees of Bell Laboratories,Brian Kernighan
Q21: MATCHING<br>Identify the letter of the choice that
Q22: A meaningless sequence of gibberish or cryptic
Q23: The JavaScript if statement supports an optional
Q24: Case 6-2<br>Daniel is writing JavaScript code to