Challenge Create Decimal Numbers With JavaScript - ashish9342/FreeCodeCamp GitHub Wiki

Challenge Create Decimal Numbers with JavaScript

JavaScript number variables can have decimals.

var myDecimal = 2.8;
⚠️ **GitHub.com Fallback** ⚠️