Not sure where to start?
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
/review
Karma
scrimba
// 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 questionconsole.log("Hello there!");