We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e53bc commit f473f59Copy full SHA for f473f59
1 file changed
more-on-functions/studio/part-three-number-sorting-easy-way.js
@@ -5,4 +5,4 @@ let nums3 = [200, 5, 4, 10, 8, 5, -3.3, 4.4, 0];
5
6
//Sort each array in ascending order.
7
8
-//Sort each array in decending order.
+//Sort each array in descending order.
0 commit comments