Advertisement
Guest User

Untitled

a guest
Feb 21st, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. (program):42 Syntax error @ 'Thing Checker'!
  2. ##########################
  3. JSHINT output:
  4. script: (W104) 'let' is available in ES6 (use esnext option) or Mozilla JS extensions (use moz) on line: 18 at character: 5
  5. script: (W104) 'let' is available in ES6 (use esnext option) or Mozilla JS extensions (use moz) on line: 19 at character: 5
  6. script: (W104) 'let' is available in ES6 (use esnext option) or Mozilla JS extensions (use moz) on line: 20 at character: 5
  7. script: (W104) 'let' is available in ES6 (use esnext option) or Mozilla JS extensions (use moz) on line: 21 at character: 5
  8. script: (W104) 'let' is available in ES6 (use esnext option) or Mozilla JS extensions (use moz) on line: 23 at character: 5
  9. script: (W104) 'let' is available in ES6 (use esnext option) or Mozilla JS extensions (use moz) on line: 28 at character: 13
  10. script: (W104) 'let' is available in ES6 (use esnext option) or Mozilla JS extensions (use moz) on line: 32 at character: 13
  11. ##########################
  12.  
  13. SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
  14. at Function (native)
  15. at c (<anonymous>:41:115)
  16. at eval (eval at <anonymous> (unknown source), <anonymous>:1:25)
  17. at eval (native)
  18. at n (<anonymous>:72:175)
  19. at ja (<anonymous>:41:158)
  20. at ma (<anonymous>:83:93)
  21. at b (<anonymous>:83:318)(anonymous function) @ (program):42
  22. (program):42 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement