Skip to content

Commit 4b442fe

Browse files
authored
Update README.md
1 parent 67db505 commit 4b442fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
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.
66
My algorithm are as follows:
77

8+
89
step1: create a veriable and call it name or what you wish.
910

11+
1012
step2: create an array container that will hold your veriables.
1113

1214
step3: then use sort method to sort the array in the container using an alert().

0 commit comments

Comments
 (0)