Skip to content

Instantly share code, notes, and snippets.

View Janglee123's full-sized avatar

Meru Patel Janglee123

View GitHub Profile
@Janglee123
Janglee123 / var-syntax-errors.js
Created March 25, 2019 17:01 — forked from ramsunvtech/var-syntax-errors.js
Various Syntax Error for var variables on Typo mistakes
/*
* Below are the possible syntax errors with all stupid typo mistakes for var variables.
* Tested in Chrome, Firefox, Safari and IE Edge.
* Venkat.R
*/
// var a=
// Chrome - SyntaxError: Unexpected end of input
// Firefox - SyntaxError: expected expression, got end of script
// Safari - SyntaxError: Unexpected EOF