freeCodeCamp/guide/english/javascript/tutorials/perform-arithmetic-operations-on-decimals-with-javascript/index.md
2018-10-16 21:32:40 +05:30

208 B

title
Perform Arithmetic Operations on Decimals with JavaScript

In JavaScript, you can perform calculations with decimal numbers, just like whole numbers.

var quotient = 4.4 / 2.0; // equals 2.2