- 
					 The type of a variable that is volatile is _______________
 
- 
                        
- Dynamic variable
 - Immutable variable
 - Volatile variable
 - Mutable variable
 - None of these
 
 
Correct Option: D
The variables whose values can be changed are called mutable variable types. In JavaScript, only objects and arrays are mutable, not primitive values.