scrimba
JS Challenges
Intro to JavaScript Interview Challenges
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

Intro to JavaScript Interview Challenges
AboutCommentsNotes
Intro to JavaScript Interview Challenges
Expand for more info
index.js
run
preview
console
// Write a function that capitalizes a string

function cap(){

}
Console
index.html
-5:37