Chapter 12: move Chapter13 to Chapter12

This commit is contained in:
Beth Griggs
2020-11-10 01:35:45 +00:00
parent be3ada6586
commit 473d903805
40 changed files with 0 additions and 0 deletions
@@ -0,0 +1,4 @@
module.exports = (n) => {
const randomNumber = Math.floor(Math.random() * n) + "1";
return randomNumber;
};