scrimba
Introduction to ES6+
Default Params
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

AboutCommentsNotes
Default Params
Expand for more info
index.js
run
preview
console
const leadSinger = () => {
console.log("Chris Martin is the lead singer of Cold Play");
}

leadSinger();
Console
/index.html
-2:47