Minified randomNumber utility
parent
9404b4988d
commit
ff3ce93510
@ -1,4 +1,3 @@
|
||||
export function randomNumber() {
|
||||
const num = Math.floor(Math.random() * 80);
|
||||
return num;
|
||||
return Math.floor(Math.random() * 80);
|
||||
}
|
Loading…
Reference in New Issue