2021-05-12 20:16:10 -05:00

7 lines
86 B
JavaScript

for (let result of results) {
result = otherValue;
fn(() => {
result;
});
}