Ad
  • Custom User Avatar

    Also for JavaScript, is there a way to show another test case? The first one is empty so it is not helpful when trying to console.log() and check my work. (In other words, is there a way to have, say, the " ("A wise old owl lived in an oak"), "65 119esi 111dl 111lw 108dvei 105n 97n 111ka"); " be tested as opposed to " (""), ""); "?
    Also, clarification on what it means to "modify any of the cases to get a failure" would be greatly appreciated.
    Thank you!

  • Custom User Avatar

    That's weird, javascript error messages should be like this (I just returned the input):

    Expected: 'A wise old owl lived in an oak', instead got: '65 119esi 111dl 111lw 108dvei 105n 97n 111ka'
    
  • Custom User Avatar

    Javascript

  • Custom User Avatar

    Mention the language so someone can check it.

  • Custom User Avatar

    Hi fellow warriors! I have received this error a few times:

    "expected '' to equal '65 119esi 111dl 111lw 108dvei 105n 97n 111ka'"

    is this correct? shouldn't the error message be: "expected '' to equal ''"?