FIZZBUZZ: A Coding Project

Fizz Buzz is a coding excercise where the program counts from a start integer to an end integer. On the numbers divisble by three it prints Fizz instead of the number and the numbers divisble by five it prints Buzz 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