From 5323bb51c911380a9ec48dee773720bbbed90152 Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:21:12 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e9433..461811b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ step1: create a veriable and call it name or what you wish. step2: create an array container that will hold your veriables. -step3: then use sort method to sort the array in the container using an alert() +step3: then use sort method to sort the array in the container using an alert(). step4: after which, a simple function was introduced to be able to shuffle the array with a Math function merged simultaneously without any conflict. just like a nested function,writing a function inside of another funtion which can be called a method in javascript.