The instructions are inconstant with the test cases. The instructions specify a 510 character limit while the test cases require the code to be under 510 bytes long. JS is encoded with UTF-16, so those two thing don't neassary mean the same thing.
Wow clever
This comment is hidden because it contains spoiler information about the solution
Why a$, b$ and c$ instead of just a, b and c?
a$
b$
c$
a
b
c
Oh clever
This does not work. Your code does not reject ())(()
())(()
Loading collection data...
The instructions are inconstant with the test cases.
The instructions specify a 510 character limit while the test cases require the code to be under 510 bytes long. JS is encoded with UTF-16, so those two thing don't neassary mean the same thing.
Wow clever
This comment is hidden because it contains spoiler information about the solution
Why
a$
,b$
andc$
instead of justa
,b
andc
?This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Oh clever
This does not work.
Your code does not reject
())(()
This comment is hidden because it contains spoiler information about the solution