6 lines
58 B
JavaScript
6 lines
58 B
JavaScript
async () => {
|
|
for await (let x of y) {
|
|
f(x);
|
|
}
|
|
};
|