FIZZ BUZZ:
A Coding Challenge

A JavaScript coding exercise using loops, arrays, .

Write a program that plays Fizz-Buzz:

Count to Limit (100), whenever the number is a multiple of Fizz (3), replace the number with the word 'FIZZ'. - Likewise, multiples of Buzz (5) are to be replace with the word 'BUZZ'. - But when the number is a multiple of both Fizz & Buzz, replace it with the word 'FIZZ-BUZZ'.

  • Arrays
  • String Manipulation
  • Operators
  • Loops
  • Functions
  • Dom Manipulation
  • HTML
  • CSS
  • JavaScript
  • Bootstrap
App Logo