FizzBuzz: A Coding Project

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

  • CSS and Bootstrap Layout
  • JavaScript Fundamentals
  • JavaScript Loops
  • JavaScript Functions
  • JavaScript DOM Manipulation
  • JavaScript If/Then/Else
  • JavaScript Boolean Logic/li>
Try it Out
app logo