1.0.1 • Published 7 years ago

fazz-bizz-barr v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

FazzBizzBarr function

Output every integer, except that multiples of 3 output Fazz, multiple of 5 output Bizz, multiples of 7 output Barr. Multiples of several of these output each word in turn on the same line (for example, line 21 should output "Fazz Barr")

To run the script use npm run fazzBizzBarr, to run the tests use npm run test-fazzBizzBarr