FizzBuzz
Rules
Enter a number and click submit to see the result. It'll return as
follows:
- If the number is divisible by 3, it'll return "fizz"
- If the number is divisible by 5, it'll return "buzz"
-
If the number is divisible by both 3 and 5, it'll return "fizzbuzz"
-
If the number is not divisible by either 3 or 5, it'll say "no fizzbuzz
for you"
-
If you're cheeky and put it in something not a number, it'll return "not
a number"
Result: {{ result }}