scrimba
Learn Basic JavaScript
Escaping Literal Quotes in 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

Escaping Literal Quotes in Strings
AboutCommentsNotes
Escaping Literal Quotes in Strings
Expand for more info
index.js
run
preview
console
var myStr = "";
Console
5
,
index.html
-1:44