You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for ( [lookahead ≠ let] LeftHandSideExpression[?Yield, ?Await] of AssignmentExpression[+In, ?Yield, ?Await] ) Statement[?Yield, ?Await, ?Return]
Expressions starting with ( are ok, like for ((let).foo of bar);, for ((let.foo) of bar);, for ((let) of bar);, and of course declarations like for (let foo of bar);, for (let [foo] of bar);