FIZZBUZZ: A Coding Challenge
When it counts you Fizz Buzz. A javascript coding exercise using loops. Write 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 mulitple of both display "FizzBuzz".
- CSS and Bootstrap
- Javascript Fundamentals
- Javascript Loops
- Javascript Functions
- Javascript Dom Manipulation
- Javascript Dom If/Then/Else
- Javascript Dom Boolean Logic