match.toString() doesn't change the value of match variable. You need to return it from the function. function commonWords(first, second) ...
確定! 回上一頁