es5 error
See original GitHub issuebase64-js@1.5.0
use const
keyword:
const lookup = []
compile to es5 has error.
The keyword 'const' is reserved
Issue Analytics
- State:
- Created 3 years ago
- Reactions:12
- Comments:5
Top Results From Across the Web
Error - JavaScript - MDN Web Docs - Mozilla
Error objects are thrown when runtime errors occur. The Error object can also be used as a base object for user-defined exceptions.
Read more >A custom Node.js error example of ES5 - Discover gists · GitHub
A custom Node.js error example of ES5. GitHub Gist: instantly share code, notes, and snippets.
Read more >Error Messages in JavaScript (ES5) Form Validator control
Checkout and learn about Error Messages in JavaScript (ES5) Form ... The FormValidator provides default error messages for all default validation rules.
Read more >Experimenting With Error Sub-Classing Using ES5 And ...
Ben Nadel experiments with creating custom Error classes (ie, sub-classing the native Error object) using TypeScript 2.1.5 with an ES5 ...
Read more >creating custom errors with Javascript ES5 - Stack Overflow
I'm reading the following snippet from Mozilla's web docs on how to extend the builtin Error in Javascript. I'm using ES5 because I've...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released a fix as 1.5.1
#62