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
const restaurants = [ { name: 'Cap City Diner', milesAway: 2.2 }, { name: 'Chop Shop', milesAway: 4.1 }, { name: 'Northstar Cafe', milesAway: 0.9 }, { name: 'City Tavern', milesAway: 0.5 }, { name: 'Shake Shack', milesAway: 5.3 }]