FIZZ BUZZ: A Coding Project

When it counts you Fizz Buzz. A Javascript project coding exercise using loops. Write a program that prints the numbers from 1 to 100 and for multiples of '3' display "Fizz" instead of the number, and for multiples of "5" display "Buzz". If a multiple of both numbers display "FizzBuzz".

  • CSS and Bootstrap Layout
  • Javascript Fundamentals
  • Javascript Loops
  • Javascript Functions
  • Javascript DOM Manipulation
  • Javascript IF-THEN-ELSE
  • Javascript Boolean Logic
Try It Out
Fizz Buzz Logo