An open API service indexing awesome lists of open source software.

https://github.com/justjum/rock-paper-scissors

First Javascript Program
https://github.com/justjum/rock-paper-scissors

game javascript paper random rock scissors

Last synced: 8 months ago
JSON representation

First Javascript Program

Awesome Lists containing this project

README

          

# rock-paper-scissors
First Javascript Program

This was fun!

Got to play around with functions that called other functions, random number
generation (Math.floor(Math.random()* max number)) and compiling of scores.

Added UI later in the course...

Event listeners, callback functions, DOM manipulation.