Q. Which of the following is not javascript data types?
β
Correct Answer: (D)
All of the mentioned
Explanation: JavaScript is a dynamic, loosely typed language. Variables in JavaScript aren’t tied to any specific value type, and each variable can be assigned and reassigned to values of all the types.