FizzBuzz: A Coding Project

Write a short program that displays each number from 1 to 100. For each multiple of 3, display "Fizz" instead of the number. For each multiple of 5, display "Buzz" instead of the number. For numbers which are multiples of both 3 and 5, display "FizzBuzz" instead of the number.

  • CSS and Bootstrap Layout
  • Javascript Fundamentals
  • Javascript Loops
  • Javascript Functions
  • Javascript Dom Manipulation
  • Javascript If/Then/Else
  • Javascript Boolean Logic
Try It Out
App Logo