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 grid = document.querySelector('.grid')const startButton = document.getElementById('start')const score = document.getElementById('score')function createGrid() { //create elements //create 100 of these elements //add styling to these elements //create array of squares}