Mathias Bynens 6/12/2013

Reserved keywords in JavaScript

Read Original

This article provides a detailed, version-by-version breakdown of all reserved keywords in JavaScript, from ECMAScript 1 through ES6 (ES2015). It explains which keywords were added or removed in each specification, notes strict mode restrictions, and clarifies the status of identifiers like 'eval', 'arguments', 'NaN', and 'Infinity'. The guide is a practical reference for developers to avoid syntax errors when naming variables.

Reserved keywords in JavaScript

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week