JSPlaygrounds icon indicating copy to clipboard operation
JSPlaygrounds copied to clipboard

When typing "exp" the app crashes

Open ramiloif opened this issue 5 years ago • 0 comments

If you type exp the app will crash. The reason is exp is a variable that exists in parse_expressions.js so when checking this expression it passes however it crashes in the "real" eval at viewer.js. Same error happends if you type

  • code
  • transformedCode
  • codeByLine
  • tokenized ... and more

ramiloif avatar Jan 31 '20 01:01 ramiloif