0.0.1 • Published 8 months ago

fizz-buzz-function v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

fizz-buzz

Rules

  • Returns "FizzBuzz" if the number is divisible by both 3 and 5
  • Returns "Fizz" if the number is divisible by 3
  • Returns "Buzz" if the number is divisible by 5
  • Returns the number as a string otherwise
0.0.1

8 months ago