Ad
  • Custom User Avatar

    I'm having issues with one of the server's tests:
    "should render the list properly".
    What is the list passed as param in that case?
    Thanks!

  • Custom User Avatar

    If the answer is not correct, you always get this:

    Test Passed
    Test Passed
    Test Passed
    Test Passed
    Test Passed
    The motto for House Targaryen is incorrect.
    5 Passed
    1 Failed
    0 Errors

    For beginners it will be really hard to understand what's going on. You need to put more emphasys on the tests I guest

  • Custom User Avatar

    It could be good to have an example of what type of error is expected in some cases. For example, when I uploaded my solution, I got an error in one of the tests (I think that it was the one that calls resolve and then reject) but I didn't know what was the expected result. Is it flag == error? Or it should throw an exception?

  • Default User Avatar

    I don´t get it :(.
    How does it work? Does the slice(-1) get the last character of the pair[0]?