Q. Which of the following is not a JavaScript data type?
β
Correct Answer: (C)
Float
Explanation: JavaScript does not have a separate Float type; all numbers are of type Number.