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
//function declarationfunction breakfastMenu() { return "I'm going to scrambled eggs for breakfast";}//anonymous functionconst lunchMenu = function() { return "I'm going to eat pizza for lunch";}