Ad
  • Custom User Avatar

    The only 2 sample tests in javascript are these:

    Test.assertEquals(validParentheses( "()" ), true);
    Test.assertEquals(validParentheses( "())" ), false);
    

    Maybe you edited them? If not, click reset a couple of times.

  • Custom User Avatar

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