freeCodeCamp/guide/english/certifications/javascript-algorithms-and-d.../basic-javascript/create-decimal-numbers-with.../index.md

11 lines
298 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Create Decimal Numbers with JavaScript
---
# Create Decimal Numbers with JavaScript
JavaScript number variables can have decimals.
var myDecimal = 2.8;
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->