Fizz Buzz: A Coding Project
When it counts you Fizz Buzz, A JavaScript Coding challenge. A program that prints the numbers from 1 to 100 and for multiples of '3' display "Fizz" instead of the number and for the multiples of '5' display "Buzz". if a multiple of both display "FizzBuzz".
- DOM Manipulation
- Event Handling
- Functions
- Type Conversion
- Loops
- Conditional Statements
- Arrays
- CSS Class Manipulation
- Dynamic HTML Generation