InterviewSolution
Saved Bookmarks
| 1. |
The type of a variable that is volatile is _______________(a) Volatile variable(b) Mutable variable(c) Immutable variable(d) Dynamic variableI have been asked this question in a job interview.The doubt is from Types, Values and Variables in section Lexical Structures of JavaScript |
|
Answer» The correct option is (B) Mutable VARIABLE |
|