Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 211 Bytes

Shortest Word.md

File metadata and controls

5 lines (3 loc) · 211 Bytes

x Simple, given a string of words, return the length of the shortest word(s).

String will never be empty and you do not need to account for different data types.

solution