Ad
  • Default User Avatar

    That was it. Thanks for the help.

  • Custom User Avatar

    Problem is that you define a function named eval() in your solution which shades the builtin eval() which is somehow used in the reference solution. Try renaming your function.

  • Default User Avatar

    In javascript, I am getting the following error in the random tests

    Incorrect answer for exp = "?95?26+?58?63=false": expected -1 to equal 1

    Everytime I rerun the tests, I get "=false".

    Is this a bug in the random tests or am I missing something ?