Overview
Challenge
Create a program that prints the numbers from 1 to 100. For numbers that are a multiple of 3 display Fizz, numbers that are a multiple of 5 display Buzz, and for numbers that are a multiple of 3 and 5 display FizzBuzz.
Features
- Arrays
- Arrow Functions
- CSS and BootStrap Layout
- DOM Manipulation
- Event Listeners
- HTML Templating
- If/Then/Else Statements
- String Methods
Tech Stack
- HTML5
- CSS3
- Bootstrap
- TypeScript