Ad
  • Custom User Avatar

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

    You have to return the length, not the index.

  • Custom User Avatar

    The test appears broken for Javascript? the answers to multiple of the tests are not the shortest word in the string?
    The function is returning the correct index however testing is showing an incorrect index for the shortest word.