Skip to content

Instantly share code, notes, and snippets.

@mmazer
Created April 17, 2013 12:57
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 mmazer/5404062 to your computer and use it in GitHub Desktop.
Save mmazer/5404062 to your computer and use it in GitHub Desktop.
JavaScript - reserved words
// https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Reserved_Words
break
case
catch
continue
debugger
default
delete
do
else
finally
for
function
if
in
instanceof
new
return
switch
this
throw
try
typeof
var
void
while
with
// Reserved for future use - 'strict' or 'non-strict' modes
class
enum
export
extends
import
super
// Reserved for future use in 'strict' mode
implements
interface
let
package
private
protected
public
static
yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment