Code Wars - Sort Array By String Length
The Problem Statement
Write a function that takes an array of strings as an argument and returns a sorted array containing the same strings, ordered from shortest to longest.
For example, if this array were passed as an argument:
["Telescopes", "Glas...
codingkiran.hashnode.dev3 min read