```await [null].reduce(async user => fetch('/image/'+ (await
user).image).json(), fetch('/user/'+id).json())```Or use ```Promise.all()```. Or an immediately invoked async arrow function where a value is ```return```ed from the function. How do you propose to get the values declared within block scope (a different scope)?
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

