Nistler/project-lvl1-s132

View on GitHub
src/utils.js

Summary

Maintainability
A
0 mins
Test Coverage
const RandomNumber = max => Math.floor(Math.random() * max) + 1;

export default RandomNumber;