ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = randomIntegerInRange = (min, max) => Math.floor(Math.random() * (max - min + 1)) + min;
|
||||
const randomIntegerInRange = (min, max) => Math.floor(Math.random() * (max - min + 1)) + min;
|
||||
module.exports = randomIntegerInRange
|
||||
Reference in New Issue
Block a user