we can only use await keyword before a function that returns either a promise or is itself async. Note: we can use async function or function returning a Promise with .then()