node-reserved

List of JavaScript reserved words (Node.js module)
  https://github.com/jonschlinkert/reserved
  0
  no reviews



Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.

Node.js is an event-based server-side JavaScript engine.