Challenge 📝
Resources 📚
The variables start
and end
are given. Return an array with the contents of the individual numbers. Replace all numbers divisible by three with "Fizz" and all numbers divisible by five with "Buzz". If a number is divisible by five and three replace it by "FizzBuzz".