Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 232 Bytes

(7 kyu) Shortest Word.md

File metadata and controls

7 lines (4 loc) · 232 Bytes

Shortest Word (7 kyu)

https://www.codewars.com/kata/shortest-word/

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.