FizzBuzz: A Coding Exercise
What's with all the Fizzy Buzzness? A JavaScript exercise using loops and boolean logic. The app prints numbers 1 through 100, however, multiples of 3 will display FIZZ while multiples of 5 will display BUZZ. Multiples of both 3 and 5 will display FIZZBUZZ.
- CSS and Bootstrap Layout
- Javascript Fundamentals
- Javascript Loops
- Javascript Functions
- Javascript Dom Manipulation
- Javascript Boolean Logic
- Javascript Ternary Operators