execjs icon indicating copy to clipboard operation
execjs copied to clipboard

Using backtick in javascript gives Runtime error

Open mohitmun opened this issue 9 years ago • 0 comments

running ExecJS.eval "red yellow blue.split(' ')" gives

ExecJS::RuntimeError: SyntaxError: Unexpected token ILLEGAL

backticks are used template strings in javascript

mohitmun avatar Aug 29 '16 08:08 mohitmun