Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    I have an issue that seems related to the tests and not my code. I get this error if i return the correct string in attempt:

    It should work for random tests too - Expected: ['Marge,', 'Barney,', 'Moe,', 'Lisa', '& Ned'], instead got: 'Marge, Barney, Moe, Lisa & Ned'

    If I return the array instead of a string, all the random tests pass, but then i fail the basic tests which correctly ask for a string in return, am I missing something or it is just maybe a newly introduced bug with the tests?