@bcostaaa01/remainder
v5.0.0
Published
Alerts the remainder of a given number
Downloads
2
Maintainers
Readme
🧮 Remainder
This is a package that logs the remainder of a number of the user's choice.
⚒️ How to install remainder
npm i @bcostaaa01/remainder
👩💻 How to use the remainder package
- First, import the library and store it in a variable called [remainder]
- Second, use remainder() and pass in two numbers of your choice to check what the remainder of the first one is
var remainder = require("@bcostaaa01/remainder")
remainder(10, 3)
// 1