A very simple and lightweight coin flipper.
krikmo 3e87d950a1 Update copyright year | před 9 roky | |
---|---|---|
README.md | před 9 roky | |
flip.js | před 9 roky | |
index.html | před 9 roky | |
raw.html | před 9 roky |
A very simple and lightweight coin flipper.
This uses JavaScript's Math.random()
. The output is fed to an if/else statement and if it is true the result is "Heads".
Copyright (c) 2016 Krik Mohammed
This project and its contents are open source under the MIT license.