scrimba
Frontend Career Path
Essential JavaScript concepts
JS Mini Projects
Switch Statements (new)
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
Switch Statements (new)
Expand for more info
index.js
run
preview
console
/**
* Price List
* Coffee $2
* Sandwiches $5
* Salad $4
* Lemon Cake $3
*/

// For example: "You selected Salad. That will be $4"

Console
/index.html
-5:32