kinsoRick/frontend-project-44

View on GitHub
src/utils.js

Summary

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

export default getRandomNumber;