ichazof/project-lvl1-s308

View on GitHub
src/utils.js

Summary

Maintainability
A
0 mins
Test Coverage
export const random = maxValue => Math.round(Math.random() * maxValue);
export default random();