Skip to content

FFrancieli/fizzBuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fizzBuzz

Return "fizz", "buzz" or "fizzbuzz".

For a given natural number greater than zero return:

  • “fizz” if the number is dividable by 3
  • “buzz” if the number is dividable by 5
  • “fizzbuzz” if the number is dividable by 15
  • the same number if no other requirement is fulfilled

About

Learning how to do TDD in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published