← Code LabJavaScript0/50 solved · 0%
Async · medium

29. async / await

Write async code that reads sequentially.

Write `async function total(fetchA, fetchB)` awaiting both and returning the sum.
Required in your answer: asyncawait