Skip to content

anking2k/King_Andre_JS_Fizz_Buzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

The task for this JavaScript assignment was as follows:

Write code that will go through each number from 1 to 100 and:

For each number that is a multiple of 3, print "Fizz" For each number that is a multiple of 5, print "Buzz" For numbers which are a multiple of both 3 and 5, print "FizzBuzz"

All other numbers should just print normally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published