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.
-
Notifications
You must be signed in to change notification settings - Fork 0
Etabat/fizzbuzz
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published