scrimba
JS Deep Dive
Functions
Why We Need Functions
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

Why We Need Functions
AboutCommentsNotes
Why We Need Functions
Expand for more info
index.js
run
preview
console
const user1 = "Reed";
const user2 = "Doug";

const message = `User (user) says: (text)`;
Console
index.html
-13:46