Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors