/rock-paper-scissors-sandbox

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

rock-paper-scissors-sandbox

Getting started

  • Fork this repository to your own GitHub account

  • Open up the project in Visual Studio Code

  • Open up the index.html file in your browser

  • Explore the index.js file where all your JavaScript will live

  • Implement the updateDOM function within the index.js

Sample solution

🙈 Don't cheat but you can see a sample solution on the solution branch

We highly recommend you taking an attempt at the exercise before viewing the solution though 🙌