You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a fixed/known number of promises, this join+spread dance obscures the real intent: calling threeArgumentFunction with the 3 fulfillment values. You probably wouldn't do the same thing in the non-promise case: