Normative: Allow initializers in ForInStatement heads by bakkot · Pull Request #614 · tc39/ecma262

https://github.com/tc39/ecma262/pull/614

ECMAScript allow for(var a = b in object){} in non-strict mode for backward compatibilty.

for ( var BindingIdentifier Initializer in Expression) Statement



blog comments powered by Disqus