FizzBuzz: A Coding Project

A JavaScript coding exercise using loops, functions, booleans, and conditional statements.

This program loops through 1 to 100, displays "Fizz" if the number is divisible by 3, "Buzz" if divisible by 5, "FizzBuzz" if divisible by both 3 and 5, or simply the number if none of these conditions are met.

  • JavaScript Fundamentals
  • JavaScript Loops
  • JavaScript Functions
  • JavaScript DOM Manipulation
  • JavaScript If/Then/Else Conditional Statements
  • JavaScript Boolean Logic
  • CSS and Bootstrap
View App!
FizzBuzz App Logo