MCQ
In JavaScript, what data type is the value 25?
Unit-3 Programming Fundamentals
A string
B boolean
C number
D character
Explanation

A numeric value like 25 is stored as the number data type in JavaScript.