From 4a96e3f7f81dd67596f31ea71e4aa1f9333d5e0b Mon Sep 17 00:00:00 2001 From: kelaku19-cell Date: Sat, 7 Mar 2026 14:41:54 +0000 Subject: [PATCH] update ; change min and max --- Random Number Genearator/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Random Number Genearator/script.js b/Random Number Genearator/script.js index 1256352..a1d5140 100644 --- a/Random Number Genearator/script.js +++ b/Random Number Genearator/script.js @@ -3,8 +3,8 @@ const myBtn = document.getElementById('myBtn'); const myLabel1 = document.getElementById('myLabel1'); const myLabel2 = document.getElementById('myLabel2'); const myLabel3 = document.getElementById('myLabel3'); -const min = 1; -const max = 6; +const min = 3; +const max = 10; let random1; let random2;