Human population counter

I’ve found a simple and cool JavaScript counter that is able to count current human population and it’s increase every second.

It:

  • takes current date and time,
  • calculates its different toward July 1, 1995 at 00:00:00 (when human population was 5 733 687 096)
  • multiply known “human population increase” factor by the number of seconds that passed since then till now

In this particular (very old — year 1995) example result is printed into form’s text box. With a simple modifications you can have this turned into a actual JavaScript function to return result.

Read More “Human population counter”