Skip to content

ASHUdev05/fizzbuzz-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

The official repository for my npm package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published