Valid JavaScript variable names in ECMAScript 6

added by JavaScript Kicks
3/6/2015 6:03:59 PM

231 Views

ES6 updates the grammar for identifiers. This affects a number of things, but most importantly, identifiers can be used as variable names, and identifier names are valid unquoted property names. This post describes the observable changes compared to the old ES5 behavior.


0 comments