FIZZBUZZ:
A Coding Project

When it counts, you FIZZBUZZ!

A JavaScript coding exercise using loops.
Writing a program that prints the numbers from 1 to 100 and for multiples of '3' display "FIZZ", while multiples of '5' display "BUZZ". If the number is a multiple of both, we then 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!

Technologies Used

App Logo