is-fizzbuzz
v1.0.2
Published
A simple function that checks if number is 'FizzBuzz'
Downloads
4
Readme
my-first-npm-package
I have made this package simply to learn on how to publish npm package
What it does? It check if provided number (can be string or number type) is "FizzBuzz" (this interview question). It only returns "true" or "false" depending if the number is divisible by 15.