17 ms·
I see why it doesn’t allow their example of “(() => 5)()” But what is preventing me from doing “((a) => 5)(0)” since the regex only requires at least one non s
by cipherzero 8y ago
I see why it doesn’t allow their example of “(() => 5)()”
But what is preventing me from doing “((a) => 5)(0)” since the regex only requires at least one non space char between parens...
Or any function call really?