{_U, _V, _W, _X}
ok, it is then-catch function.
const foo = async ()=>{
return await SideEffectFunction();
}console.log(foo);
You may be assigning a variable to a promise function.
ok, it is then-catch function.
const foo = async ()=>{
return await SideEffectFunction();
}console.log(foo);
You may be assigning a variable to a promise function.