JS FIZZ BUZZ:
A Coding Project

As the quintessential JavaScript interview question, this coding exercise loops through and displays numbers 1 to 100. Numbers divisible by user input, "Fizz" are replaced by the word, "Fizz" . Numbers divisible by user input,"Buzz" are replaced by the word, "Buzz". When a number is divisible by both "Fizz" AND "Buzz" it is replaced by the word, "FizzBuzz".

  • CSS and Bootstrap Layout
  • CSS Animations
  • Javascript Loops
  • Ternary Operator Use
  • Javascript DOM Manipulation
  • Javascript Module Patterns
  • Javascript Boolean Logic
Let's Fizz Buzz!

Technologies

js Fizz Buzz logo