FizzBuzz-JavaScript-Challenge
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.