scrimba
JavaScript Basics
1.) Hello World & Hello Scrimba
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

1.) Hello World & Hello Scrimba
AboutCommentsNotes
1.) Hello World & Hello Scrimba
Expand for more info
index.js
run
preview
console
// Learning goals:

// JavaScript
// 1.) You can use console.log
// 2.) You can run your program

// Scrimba
// 3.) You know you can pause the video and try things out
// 4/) You know you can ask a question

console.log("Hello there!");
Console
"Hello there!"
,
index.html
-3:10