You may be thinking of the change to make the var's intiialiser, e.g.,

  for (var x = i in o) ...

illegal in ES6.

/be

Mark Ethan Trostler wrote:
Howdy,
  Is this legal ES6 syntax:

for (var x in [ 1,2,3 ] ) { ... }  //?

Can the 'var' be in there?  There was alleged talk at some point about making 
that illegal? Hard to tell from looking at the spec thanks!!
   Mark
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to