Skip to content

alyrie/javascript-fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

javascript-fizzbuzz

Javascript code snippet using a for loop to display "fizz" on numbers divisible by 2, "buzz" on numbers divisible by 3 and "nobuzz" for the rest.

About

Javascript code snippet using a for loop to display "fizz" on numbers divisible by 2, "buzz" on numbers divisible by 3 and "nobuzz" for the rest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published