From 1c16b629c1d37335b2209d51187250d8da09db41 Mon Sep 17 00:00:00 2001 From: Josephine-ux-star Date: Sat, 7 Mar 2026 14:42:25 +0000 Subject: [PATCH] Update: changed min and max values --- Random Number Genearator/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Random Number Genearator/script.js b/Random Number Genearator/script.js index 1256352..a27cb4e 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 = 100; let random1; let random2;