terasaka2k

Results 1 issues of terasaka2k

``` function func1() { for (let x of {}) console.log(1); function func2(...args){ console.log(...args); } function func3() { [ for (x of []) x ]; } } func1(); ``` This code...