Course · Section 16: Asynchronous JavaScript: Promises, Async/Await, and AJAX · Lecture 263: Promises and the Fetch API
Implement an async function `asyncIdentity(x)` that resolves to `x`.
+ 1 hidden test run on Submit.
Marking the function async means returning x resolves to x for the awaiting caller.
Run your code to see results.