We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cee8a commit 15d7a26Copy full SHA for 15d7a26
sort.js
@@ -0,0 +1,2 @@
1
+const sorting_stuff =['1','3','5'];
2
+sorting_stuff.sort();
0 commit comments