scrimba
Learn Basic JavaScript
Finding a Remainder in 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

Finding a Remainder in JavaScript
AboutCommentsNotes
Finding a Remainder in JavaScript
Expand for more info
index.js
run
preview
console
// Only change code below this line

var remainder;
Console
5
,
index.html
-0:48