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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ step1: create a veriable and call it name or what you wish.
9
9
10
10
step2: create an array container that will hold your veriables.
11
11
12
-
step3: then use sort method to sort the array in the container using an alert()
12
+
step3: then use sort method to sort the array in the container using an alert().
13
13
14
14
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.
0 commit comments