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 = ;console;//=> '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.