This project includes:

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

Fizz-Buzz

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

Try App!