Home » JavaScript » JavaScript Variables » Question
  1. The type of a variable that is volatile is _______________
    1. Dynamic variable
    2. Immutable variable
    3. Volatile variable
    4. Mutable variable
    5. 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.



Your comments will be displayed only after manual approval.