From 21e5dc290cf047d16d9e96c174839f669c870eca Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Thu, 7 Dec 2023 07:56:00 -0600 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. 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 2/3] 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. From 4b442fe7932b00892350b5c64cdda23292c0c6cb Mon Sep 17 00:00:00 2001 From: KIDI'S-TECH <146373396+KidiIT@users.noreply.github.com> Date: Sat, 9 Dec 2023 05:42:16 -0600 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 461811b..a1f9cdb 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ Before getting us to what we need to know know, I want to let y'all know that this program might be one of the shortest code you've seen so far been used to shuffle an array with javascript. My algorithm are as follows: + 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().