i4DM Interview Question

What does the following code snippet do? async function MyAsyncFunction() { let result = await Promise.resolve('Name Of Sample Object'); } (Multiple choice question)