mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
126 B
126 B
| title |
|---|
| Create Decimal Numbers with JavaScript |
JavaScript number variables can have decimals.
var myDecimal = 2.8;