Ad
  • Custom User Avatar

    I think.....can we change a function name link "w"?

  • Custom User Avatar

    You have to consider the possibility of there not being enough of a particular letter in str1 to meet the needs of str2. For exaample, scramble('a', 'aa') is false because str1[0] is used by str2[0] and isn't available to be used again by str2[1].

  • Custom User Avatar

    It told me that "Passed: 43 Failed: 21 Errors: 1". I want to know the values of the fail tests. If i use "console",OutPut will take error.