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.
https://jovial-lovelace-e0b3e6.netlify.app/
-
Run the live Demo link above by clicking.
-
Go to the browser just after run the live demo, Right click and select inspect and then click console and you are welcomed by the beautiful solution to this challenge.