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
tag habit-item prop name = "Untitled" prop done = false <self> <label> <input type="checkbox" checked=done> <div> nametag habit-group prop habits = [] <self> for habit in habits <habit-item name=habit.name done=habit.done>imba.mount <habit-group habits=[ {name: "Clean Up", done: true} {name: "Exercise", done: false} {name: "Study", done: true} {name: "Learn Imba", done: false}]>