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
  • Javascript Fundamentals
  • Javascript Loops
  • Javascript Functions
  • Javascript DOM Manipulation
  • Javascript If/Then/Else
  • Javascript Boolean Logic
Let's Fizz Buzz!

Technologies

js Fizz Buzz logo