reserved 
Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.
Used in variable
Install
Install with npm:
npm i reserved --save-dev
Usage
var reserved = require('reserved');
console.log(reserved);
//=> 'abstract', 'arguments', 'boolean', 'break', 'byte', 'case'...
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on May 11, 2014.