scrimba
Learn Basic JavaScript
Subtract One Number from 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

Subtract One Number from Another with JavaScript
AboutCommentsNotes
Subtract One Number from Another with JavaScript
Expand for more info
index.js
run
preview
console
var difference = 45 - 0;
Console
20
,
index.html
-0:14