#2 #shorts #javascript #challenge #codechallenge #fizz #buzz
Can you solve this Javascript challenge? Write a function called `fizzBuzz` that takes in a number as an argument and returns a specific string based on whether the number is divisible by three, five, both three and five, or neither.