Skip to content

Etabat/fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

javascript

Create a file called fizzbuzz.js Create a loop that prints the numbers 1 through 20 to the console. For each number that is evenly divisible by 3 print the word fizz, instead of the number. For each number that is evenly divisible by 5 print the word buzz, instead of the number. For each number that is evenly divisible by both 3 and 5 print the word fizzbuzz, instead of the number.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published