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
// Arrays - ordered lists of itemslet featuredPosts = [ "Check out my Netflix clone", "Here's the code for my project", "I've just relaunched my portfolio"]let experience = ["CEO at Scrimba", "Frontend developer at Xeneta", "People counter for Norstat"]// Make the following appear in the console:// Frontend developer at Xeneta// People counter for Norstat// CEO at Scrimba