async function testAsync() { return \'Hello Adam!.\'; } const any = testAsync(); console.log(any.then((msg)=>{console.log(msg)}));
I am