scrimba
JavaScript Variables for Beginners
Beginner's Guide to JavaScript String Templates
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

Beginner's Guide to JavaScript String Templates
AboutCommentsNotes
Beginner's Guide to JavaScript String Templates
Expand for more info
index.js
run
preview
console
// Downstairs rooms
const livingRoom = 595
const kitchen = 408
const office = 235
const powderRoom = 68

// Upstairs rooms
const mainBedroom = 475
const mainBath = 270
const guestBath = 100
const guestBedroom = 415


Console
/index.html
-5:34