Multiple Choice
Which of the following statements best describes a keyword?
A) A variable declared by a web programmer
B) A symbol (like + or *) that has a special meaning to the JavaScript language
C) A word that is part of the JavaScript language
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: Every HTML element has innerHTML and outerHTML
Q15: The following code would be a legal
Q16: A global variable is a variable this
Q17: An "argument" refers to a value in
Q18: JavaScript is known as a loosely typed
Q20: How can you retrieve an element's object?<br>A)
Q21: Ecma International is the standards organization in
Q22: If you are inside a form control,
Q23: Coding conventions suggest using camel case for
Q24: What is a JavaScript event handler?<br>A) The