Question d’entretien chez Tech Consulting

What will the following JavaScript code output? async function getData() { return await Promise.resolve('Hello!'); } const data = getData(); console.log(data);