We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In JavaScript, you can perform calculations with decimal numbers, just like whole numbers.
var quotient = 4.4 / 2.0; // equals 2.2
New to Free Code Camp?
JS Concepts
JS Language Reference
Other Links