Fizz Buzz: A Coding Challenge

A classic coding challenge with a twist.

Prints out the integers from 1 to 100
If an integer is evenly divisible by 3, then code will print 'Fizz'.
If an integer is evenly divisible by 5, then code will print 'Buzz'.
And if an integer is evenly divisible by both 3 and 5, then code will print 'FizzBuzz'.
  • CSS and Bootstrap
  • Javascript Fundamentals
  • Javascript Loops
  • Javascript Functions
  • Javascript Dom Manipulation
  • Javascript Dom if/then/else
  • Javascript Dom boolean logic

Technologies Used