Link Search Menu Expand Document

Create Decimal Numbers with JavaScript

Summary

  • Decimals can also be stored in variables.

Final Code

var ourDecimal = 5.7;

// Only change code below this line
var myDecimal = 5.7;