Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakatai-0322 committed Jan 29, 2022
1 parent 286a794 commit ba4627d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function RandomNumber() {
const min = document.getElementById("minn").value;
const max = document.getElementById("maxn").value;
const Randomn = chance.natural({min: min, max: max});

document.getElementById("out").innerHTML = Randomn;
console.log(Randomn);
}

0 comments on commit ba4627d

Please sign in to comment.