Open andrewrk opened 12 years ago
a = 3 b = a + c
expected output:
SyntaxError: reading from undefined "c" on line 2
Potential issues: using the window or require object.
window
require
Possible solutions:
Whitelisting is the hardest part. Can't you simply use JSHint?
Can't you simply use JSHint?
Problems:
expected output: