Q. Which of these is NOT a JavaScript data type?
β
Correct Answer: (A)
float
Explanation: JavaScript does not have a separate 'float' type; all numbers are of type number.