Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
Nistler/project-lvl1-s132
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
master
build
See recent builds
23 days ago
Refresh default branch
Refresh
src/utils.js
Summary
Maintainability
A
0 mins
Test Coverage
Issues
Source
Stats
Issues
const RandomNumber = max => Math.floor(Math.random() * max) + 1; export default RandomNumber;