- 
					 The “var” and “function” are __________.
 
- 
                        
- Prototypes
 - Data types
 - Keywords
 - Declaration statements
 - None of these
 
 
Correct Option: D
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.