What is the value of the awaited expression?async function g(){return await Promise.resolve(1);}\ng().then(console.log);