3.0.1 • Published 4 years ago

@ashudev05/fizzbuzz v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@ASHUdev05/fizzbuzz

npm badge npm minified size

The official repository for my npm package

Displays the famous FizzBuzz series between the provided range.

Install

$ npm i @ashudev05/fizzbuzz

Usage

const tiny = require("@ashudev05/fizzbuzz");

tiny(1,5);
//=> 1
//2
//Fizz
//4
//Buzz


tiny("Hi!");
//=> TypeError: A number is expected! :D
//    at tiny (/home/ashu/Desktop/test/node_modules/@ashudev05/fizzbuzz/index.js:2:73)
//    at Object.<anonymous> (/home/ashu/Desktop/test/index.js:2:1)

Copyright (c) 2021 ASHUTOSH KUMAR JHA

3.0.1

4 years ago

3.0.0

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago