FizzBuzz Challenge


  • "FizzBuzz" is a well known challenge about detecting multiples. Multiples of 3 are labeled a "Fizz", multiples of 5 a "Buzz",
  • and the multiples of both a "FizzBuzz"! In the site you have the option of selecting value 1 and value 2.