scrimba
Learn JavaScript
Passenger counter
Basic mathematical operations
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

Basic mathematical operations
AboutCommentsNotes
Basic mathematical operations
Expand for more info
index.js
run
preview
console
// document.getElementById("count").innerText = 5

let count = 5

console.log(count)
Console
5
,
/index.html
-3:35