You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,10 @@
5
5
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.
6
6
My algorithm are as follows:
7
7
8
+
8
9
step1: create a veriable and call it name or what you wish.
9
10
11
+
10
12
step2: create an array container that will hold your veriables.
11
13
12
14
step3: then use sort method to sort the array in the container using an alert().
0 commit comments