ClaraLopezUribe / FizzBuzz

FizzBuzz is a short JavaScript program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FizzBuzz: A JavaScript Program

A short program that displays each number from 1 to 100, replacing multiples of the numbers inputed by the user (e.g. 3 and 5) as follows:

  • For each multiple of 3, "Fizz" is displayed.
  • For each multiple of 5, "Buzz" is displayed.
  • For numbers which are multiples of both 3 and 5, "FizzBuzz" is displayed.

About

FizzBuzz is a short JavaScript program


Languages

Language:HTML 74.0%Language:JavaScript 18.2%Language:CSS 7.9%