async/await makes asynchronous code look and behave like synchronous code! It's syntactic sugar built on top of Promises.
async function called kitchenFlowawait the cookSteak function (provided)dinnerdinner variableSubmit your code to see test results