Link Search Menu Expand Document

Divide One Decimal by Another with JavaScript

Summary

  • Decimal numbers can be used in calculations.

Final Code

var quotient = 4.4 / 2.0; // Change this line