Yes it should. Because the Kata specifically asks that the result should be sorted.
The items in the returned array should be sorted alphabetically, with numbers before strings.
It's called: CHAR_TO_MORSE
and it's written within the initial solution -->
Javascript: //CHAR_TO_MORSE preloaded to convert characters into Morse code. Ruby: #$CHAR_TO_MORSE preloaded to convert characters into Morse code Pyhton: #CHAR_TO_MORSE preloaded to convert characters into Morse code
Loading collection data...
Yes it should. Because the Kata specifically asks that the result should be sorted.
It's called: CHAR_TO_MORSE
and it's written within the initial solution -->
Javascript: //CHAR_TO_MORSE preloaded to convert characters into Morse code.
Ruby: #$CHAR_TO_MORSE preloaded to convert characters into Morse code
Pyhton: #CHAR_TO_MORSE preloaded to convert characters into Morse code