Ad
  • Custom User Avatar

    Agree, it's better to define new variable like minorWordsArr to store array of minor words, and also now I see that title = title.toLowerCase(); is redundant statement, this transformation should be moved in return statement (like this: return title.toLowerCase().replace(...