Fun with JavaScript: count parentheses
Yesterday, I wrote a JavaScript function that returned another function. At one place I wanted to call the returned function immediately, resulting in code looking somewhat like this: When seeing that code, I asked myself: would it be possible to […]