Fizz Buzz Test using javascript

Fizz Buzz Print the numbers from 1 to 100. Multiples of three print “Fizz” with the number and for the multiples of five print “Buzz” with the number. If number is multiples of both three and five display “FizzBuzz” and number.

Fizz Buzz Test using javascript Read More »