scrimba
Learn Basic JavaScript
Divide One Decimal by Another 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

Divide One Decimal by Another with JavaScript
AboutCommentsNotes
Divide One Decimal by Another with JavaScript
Expand for more info
index.js
run
preview
console
var quotient = 0.0 / 2.0;

Console
5
,
index.html
-0:11