Add the return stateement
This commit is contained in:
parent
6293ce1986
commit
50934d3672
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
export function random_number(min, max) {
|
export function random_number(min, max) {
|
||||||
Math.floor((Math.random() * max) + min);
|
return Math.floor((Math.random() * max) + min);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue