FIZZ BUZZ: A JavaScript Challenge

A JavaScript exercise displaying the power of loops and conditionals. Write a program that displays the numbers 0-100, for numbers with a multiple of 3 display "fizz", for numbers with a multiple of 5 display "buzz" and for numbers with multiples of both 3 and 5, display "fizzbuzz".

  • CSS and Bootstrap Layout
  • JavaScript Fundamentals
  • JavaScript Loops
  • JavaScript Functions
  • JavaScript DOM Manipulation
  • JavaScript Conditionals
  • JavaScript Operators, Operands & Boolean Logic
Try It Out!