scrimba
The Ultimate JavaScript Bootcamp
How template literals improve strings
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

How template literals improve strings
AboutCommentsNotes
How template literals improve strings
Expand for more info
index.js
run
preview
console
let username = prompt("Enter your name");
Console
index.html
-9:06