for (let x of [1,2,3]) { let y = x+1; } function f() { for (var x of []); }