Skip to content

Commit 15d7a26

Browse files
authoredFeb 13, 2023
simp
1 parent 09cee8a commit 15d7a26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎sort.js

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const sorting_stuff =['1','3','5'];
2+
sorting_stuff.sort();

0 commit comments

Comments
 (0)
Please sign in to comment.