FizzBuzz: A Coding Challenge

The Challenge: Given two values, display the numbers 1-100. When a number is divisible by the first value, display "Fizz" instead. When a number is divisible by the second value, display "Buzz" instead. When a number is divisible by both values, display "FizzBuzz".

  • CSS & Bootstrap Layouts
  • JavaScript Fundamentals
  • JavaScript Loops
  • JavaScript DOM Manipulation
  • Boolean Logic
Try It Out!

Tech Stack: