FizzBuzz with JavaScript
Fizzbuzz is coding challenge invented in 2007 by Imran Ghoryin in order to assess if a developer could create
a simple algorithm
to output the first 100 numbers that contain mutltiples of any 2 numbers.
Since its conception the Fizzbuzz challenge has been used by Facebook and Microsoft as interview tools and has
also been taught at Stanford, Berkley, Caltech and countless other universities.
