4 lines
43 B
JavaScript
4 lines
43 B
JavaScript
function f() {
|
|
for await (let x of y);
|
|
}
|
function f() {
|
|
for await (let x of y);
|
|
}
|