Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 403 Bytes

Live-Demo

https://kemonprogrammer.github.io/rock-paper-scissors/

Rock Paper Scissors

Rock, paper, scissors game in the browser and in the javascript console

What I learned

  • How to select a random item out of an array
  • How to pass returns values trough multiple functions
  • How to apply the rule "One function, One action"
  • How to use the DOM to dynamically generate and update HTML with JS