rraspo / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 78.7%Language:HTML 14.0%Language:CSS 7.2%