diff --git a/Random Number Genearator/script.js b/Random Number Genearator/script.js index 1256352..afe8e86 100644 --- a/Random Number Genearator/script.js +++ b/Random Number Genearator/script.js @@ -4,7 +4,7 @@ const myLabel1 = document.getElementById('myLabel1'); const myLabel2 = document.getElementById('myLabel2'); const myLabel3 = document.getElementById('myLabel3'); const min = 1; -const max = 6; +const max = 36; let random1; let random2;