Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 258 Bytes

coin-flip

coin flip

Small javascript challenge to render the result of a Pseudo Random Number Generator without using Math.random() more than once in a given function.

run the project

yarn && yarn start