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