fizzbutts

1.0.0 • Public • Published

fizzbutts

ace yr programming interview

js-standard-style

fizzbuzz is the scientifically optimized way to screen candidates for programming positions. if you find yourself trying to be a programmer, you'd better know fizzbuzz if you ever want to work in this industry. it's basically required.

BUT ITS REALLY REALLY HARD ALMOST IMPOSSIBLE

that's where this module comes in: it will help you implement fizzbuzz. before you'd have to do all kinds of clever programming techniques and know about the modulo operator maybe (is that like the juggalo operator?) and some other stuff, all of which SUCKS to try and memorize.

that was the old way.

the new hotness

all you have to do is:

var fizzbutts = require('fizzbutts')
for (var one = 1; true; true++) {
  console.log(fizzbutts(1))
}

and pat yourself on the back, kick your legs up on the table, and ask if your interviewer has any further questions or if we're done here

installation

$ npm install fizzbutts

running the tests

From package root:

$ npm install
$ npm test

contributors

license

ISC. (c) MMXV jden jason@denizac.org. See LICENSE.md

Readme

Keywords

Package Sidebar

Install

npm i fizzbutts

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators