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
// Challenge - For Of Loop// Using the For of Loop, iterate through the array and print into the console, a message like:// Tom lives in Lisbonconst students = [ { name: "John", city: "New York" }, { name: "Peter", city: "Paris"}, { name: "Kate", city: "Sidney" }]