scrimba
Learn JavaScript
Passenger counter
Write a function that increments
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

Write a function that increments
AboutCommentsNotes
Write a function that increments
Expand for more info
index.js
run
preview
console
let lapsCompleted = 0

// Create a function that increments the lapsCompleted variable with one
// Run it three times




console.log(lapsCompleted)
Console
/index.html
-1:54