Skip to content

AntonV0/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

Project #24 from Codecademy's Full Stack Engineer Career Path

By Anton Vlasenko (AntonV0)

Project Outline

A JavaScript program that simulates the classic Rock Paper Scissors game. The aim of this project is to create this game using functions.

The user selects their move using the getUserChoice() function. The getComputerChoice() function selects the computer's move randomly. Both moves are the parameters of the determineWinner() function. The playGame() function puts this all together and declares who the winner is.

What I Learned

  • JavaScript functions fundamentals - parameters, arguments, return values
  • Arrow function syntax

About

Project #24 of Codecademy's Full Stack Engineer Career Path

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published