Soda Pop: A Coding Project

Become a Qt developer one loop at a time!.
This is a javascript coding excercise using loops.
Write a short program that displays each number from 1 to 300ish. For each multiple of fizz, display "Fizz" instead of the number. For each multiple of buzz, display "Buzz" instead of the number. For numbers which are multiples of both fizz and buzz, display "FizzBuzz" instead of the number. .

Instructions

Enter a starting value and a ending value. Press the button and the values will appear