/countdown_timer

Simple countdown timer and random number generator

Primary LanguageJavaScript

Timer & random number generator

Countdown Timer

This is a very simple countdown timer.

To run, just open index.html in any browser.


Coin Flip

randomfrombool.js returns a pseudo random number taking only a random boolean and the current time to add some (not much) chaos to the equation.

I was inspired by this article and with more time and analysis, I plan to actually implement it.