0.1.0 • Published 8 years ago

qfizzbuzz v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

qfizzbuzz

How To Use

const yourVariable = require('qfizzbuzz');

//yourVariable.qfizzbuzz(n,a,b);
// n is how much index you want to display
// a is your first word in String
// b is your second word in String

// example
yourVariable.qfizzbuzz(10,"FLIP","FLOP")
// will display [ 3, 'FLOP', 9, 'FLOP', 'FLIP', 'FLOP', 21, 'FLOP', 27, 'FLIPFLOP' ]