Some wonky behavior like > (+ 1 2 3) > 3 due to the fact that Javascript does not require # params in function calls to match # params in function declarations.
Some wonky behavior like
due to the fact that Javascript does not require # params in function calls to match # params in function declarations.