• Stars
    star
    1
  • Language
    JavaScript
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Write a function named fizzBuzz that takes two(2) strings and returns Fizz if the combined length of the strings is divisible by 3, Buzz if it is divisible by 5, FizzBuzz if it is divisible by both 5 and 3 or the combined length of the list.