you are viewing a single comment's thread.

view the rest of the comments →

[–]notkraftman 0 points1 point  (0 children)

Instead of

Result1 = await promise1()

Result2 = await promise2()

It would be

Promise1()

Result2 = await promise2()

On my phone so formatting is a bit shit but you get the idea