Skip to content

Challenge Create Decimal Numbers With JavaScript

Rafael J. Rodriguez edited this page May 14, 2016 · 1 revision

Challenge Create Decimal Numbers with JavaScript

JavaScript number variables can have decimals.

var myDecimal = 2.8;
Clone this wiki locally