ES2015 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. Reserved words ES2015 reserves the await keyword in module contexts for use in the future. // Valid in ES5, but invalid in an

