LauraBigoni / js-fizzbuzz

This project is a minigame inspired by the famous FizzBuzz JavaScript exercise. The goal of this project is to print numbers from 1 to 100 in the console, replace multiples of 3 with "Fizz", multiples of 5 with "Buzz", and multiples of both 3 and 5 with "FizzBuzz".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This project is a minigame inspired by the famous FizzBuzz JavaScript exercise. The goal of this project is to print numbers from 1 to 100 in the console, replace multiples of 3 with "Fizz", multiples of 5 with "Buzz", and multiples of both 3 and 5 with "FizzBuzz".


Languages

Language:JavaScript 63.7%Language:HTML 33.5%Language:CSS 2.8%