euhoo/project-lvl1-s412

View on GitHub
src/utils.js

Summary

Maintainability
A
0 mins
Test Coverage
export default (min, max) => Math.round(min + Math.random() * max);