Fizz Buzz: A Coding Challenge
This app displays integers from 1 to 100 in a table. Each integer will be replaced by Fizz if it is divisible by the user defined fizzValue, Buzz if it is divisible by the user defined buzzValue, and FizzBuzz if it is divisible by both values.
- CSS and Bootstrap Layout
- Javascript Fundamentals
- Javascript Loops
- Javascript Functions
- Javascript Dom Manipulation
- Javascript If/Then/Else
- Javascript Boolean logic
- Javascript Ternary operators
- Javascript Switch statements
