scrimba
Learn Basic JavaScript
Declare String Variables
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

Declare String Variables
AboutCommentsNotes
Declare String Variables
Expand for more info
index.js
run
preview
console
// Example
var firstName = "Alan";
var lastName = "Turing";

// Only change code below this line

Console
5
,
index.html
-0:38