Question: Iterations & Conditionals A JAVASCRIPT Write a program that prints the numbers from 1 to 100 For multiples of three print Fizz instead of the

Iterations & Conditionals A JAVASCRIPT Write a program that prints the numbers from 1 to 100 For multiples of three print "Fizz" instead of the number For the multiples of five print "Buzz" instead of the number For numbers which are multiples of both three and five print "FizzBuzz" When you are finished, set the done variable to true and we will evaluate your work var done = false 2 77 your code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
