1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
6. Sort By Length
Create an array and sort it from the shortest to longest item.
Array: [
]
Add an item to the array:
Add
Sort Array
Sorted Array: [
]
Previous
Next