scrimba
Frontend Career Path
Making websites interactive
Challenges
Concatenate two strings in a function
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

Concatenate two strings in a function
AboutCommentsNotes
Concatenate two strings in a function
Expand for more info
index.js
run
preview
console
let name = "Linda"
let greeting = "Hi there"

// Create a function that logs out "Hi there, Linda!" when called

Console
/index.html
-0:58