Chapter 12: move Chapter13 to Chapter12
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module.exports = (n) => {
|
||||
const randomNumber = Math.floor(Math.random() * n) + "1";
|
||||
return randomNumber;
|
||||
};
|
||||
Reference in New Issue
Block a user