Numbers
JavaScript has one number type for both integers and decimals (floating-point numbers).
Integer and Float
Loading JavaScript Playground...
Basic Arithmetic
Loading JavaScript Playground...
Special Number Values
Loading JavaScript Playground...
Math Object
JavaScript's built-in Math object has useful functions:
Loading JavaScript Playground...
Exercise: Calculate Area
Calculate the area of a rectangle:
Loading JavaScript Exercise...
Exercise: Temperature Conversion
Convert Celsius to Fahrenheit (F = C * 9/5 + 32):
Loading JavaScript Exercise...

