scrimba
JS Deep Dive
Google Keep
Google Keep - Expanding and Closing Notes
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

Google Keep - Expanding and Closing Notes
AboutCommentsNotes
Google Keep - Expanding and Closing Notes
Expand for more info
app.js
run
preview
console
class App {
constructor() {
console.log("app works!");
}
}

new App();
Console
"app works!"
,
/index.html
-6:26