scrimba
Learn Basic JavaScript
Create Decimal Numbers with JavaScript
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Create Decimal Numbers with JavaScript
AboutCommentsNotes
Create Decimal Numbers with JavaScript
Expand for more info
index.js
run
preview
console
var ourDecimal = 5.7;

// Only change code below this line

Console
index.html
-0:23