2.0.0 • Published 2 years ago

school-proj-npm-rdm-no v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

school-proj-npm-rdm-no

NPM random number school project.

To run this you can have to do this

First

Run "npm install school-proj-npm-rdm-no" to install your package.

Then import it and use it!

const rdmNr = require("school-proj-npm-rdm-no");
const lowest = 1;
const highest = 10;
const randomNum = rdmNr(lowest, highest);

console.log(randomNum); // Output: Random number between 1 and 10 (inclusive)

You can use this function by providing the lowest and highest values as arguments.

2.0.0

2 years ago

1.0.11

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago