Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

The type of a variable that is volatile is _______________

a) Immutable variable
b) Mutable variable
c) Dynamic variable
d) Volatile variable

Answer: b
Explanation: The variables whose values can be changed are called mutable variable types. In JavaScript, only objects and arrays are mutable, not primitive values.

Join The Discussion