JSPlaygrounds
JSPlaygrounds copied to clipboard
Const declarations are not supported in strict mode
Using editor in Safari Version 9.1.2 throws SyntaxError: Unexpected keyword 'const'. Const declarations are not supported in strict mode.
Switched over to using var but ES6 not working. Using arrow function throws: SyntaxError: Unexpected token '>''
Chrome works great!