Using JS, two numbers will be checked from one up to the upper bound, and depending on if the bound is divisible by your inputs either "Fizz", "Buzz", or "FizzBuzz"
will be printed. If a number isn't divisible by any inputs the number itself will be printed.