This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
aad311a76f42c7a0985335ff0130010aca97c5fe
Branches
Tags
View all branches
freeCodeCamp
/
guide
/
english
/
certifications
/
javascript-algorithms-and-data-structures
/
basic-javascript
/
create-decimal-numbers-with-javascript
/
index.md
Mrugesh Mohapatra
da0df12ab7
fix(guide): simplify directory structure
2018-10-16 21:32:40 +05:30
298 B
Raw
Blame
History
title
title
Create Decimal Numbers with JavaScript
Create Decimal Numbers with JavaScript
JavaScript number variables can have decimals.
var myDecimal = 2.8;