safer-eval
safer-eval copied to clipboard
Variable problem
Whenever someone tries to assign a variable for example
let test = "test"
It will throw
SyntaxError: Unexpected strict mode reserved word
Maybe that's related to the environment you're using. Try to use var instead of let or const.