FizzBuzz:
A Coding Project
Get ready to master the Fizz Buzz game with a little help from this handy JavaScript Program!
Using loops, arrays, and other programming fundamentals, FizzBuzz displays numbers from 1 to 100, replacing multiples of two numbers of your choice with "Fizz" and "Buzz". Common Multiples of your numbers are replaced with "FizzBuzz"!
- CSS and Bootsrap Layout
- Javascript Fundamentals
- Javascript Dom Manipulation
- Javascript Parsing and Number Validation
- Javascript For Loops
- Javascript If/Else & If/Else-If Statements
- Javascript Boolean Logic
