Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node buzz (also known as fizz buzz, or simply buzz) is a group word game 
frequently encountered as a drinking game. Players take turns to count 
incrementally, replacing any number divisible by three with the word "node", 
and any number divisible by five with the word "buzz".

Example:
1
2
node
4
buzz
node
7
8
node
buzz
11
node
13
14
nodebuzz

About

The typical fizzbuzz written in node.js

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages