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
<html> <head> <link rel="stylesheet" href="index.css"> </head> <body> <h1>Snake Game</h1> <button id="start">Start/Restart</button> <h2>Score <span id="score">0</span></h2> <div class="grid"></div> <script src="index.pack.js"></script> </body></html>