Course · Section 16: Asynchronous JavaScript: Promises, Async/Await, and AJAX · Lecture 263: Promises and the Fetch API
Implement an async function `asyncDouble(n)` that resolves to `n * 2`.
+ 1 hidden test run on Submit.
The async function resolves to the doubled value.
Run your code to see results.