Skip to content

Instantly share code, notes, and snippets.

@tleen
Created April 5, 2018 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tleen/96004505138651b21e30d0e1170a5014 to your computer and use it in GitHub Desktop.
Save tleen/96004505138651b21e30d0e1170a5014 to your computer and use it in GitHub Desktop.
JavaScript reserved words in an array friendly format
"abstract", "boolean", "break", "byte", "case", "catch", "char", "class", "const", "continue", "debugger", "default", "delete", "do", "double", "else", "enum", "export", "extends", "false", "final", "finally", "float", "for", "function", "goto", "if", "implements", "import", "in", "instanceof", "int", "interface", "let", "long", "native", "new", "null", "package", "private", "protected", "public", "return", "short", "static", "super", "switch", "synchronized", "this", "throw", "throws", "transient", "true", "try", "typeof", "var", "void", "volatile", "while", "with"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment