This is a package that logs the remainder of a number of the user's choice.
npm i @bcostaaa01/remainder
- 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