scrimba
Learn JavaScript
Practice part 1
Variables practice
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
Variables practice
Expand for more info
index.js
run
preview
console
// Create two variables, firstName and lastName

// Concatenate the two variables into a third variable called fullName

// Log fullName to the console


Console
/index.html
-1:52