Discussion :: Javascript - CS
- The “var” and “function” are
Answer : Option B
Explanation :
The var and function are declaration statements—they declare or define variables and functions. These statements define identifiers (variable and function names) that can be used elsewhere in your program and assign values to those identifiers.
Be The First To Comment