Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 449 Bytes

rockPaperScissors

I made this project while I was Learning From TheOdinProject Foundations Track

Things I Learned during this project

  • How to make start small project and make it bigger
  • How to convert a project from console to ui
  • Using Event Listener
  • How to make computer generate random decisions
  • How to refactor

Note

I didn't use any styles in this project to make every thing clear for me and focus on the javascript side