Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 310 Bytes

README.md

File metadata and controls

executable file
·
5 lines (3 loc) · 310 Bytes

Rock-Paper-Scissors

Simple Rock-Paper-Scissors game.

This is the first JavaScript project I've made while learning at The Odin Project. Here I learned how to use fundamental JS building blocks: arrays, loops, functions. Also, while working on UI I learned how to manipulate, create and remove DOM objects.