Understanding asynchronous callbacks is the first step to mastering Async JS! Let's simulate a food order.
prepareOrder that takes a callback as an argumentprepareOrder, use setTimeout to wait for 100 millisecondssetTimeout callback, call the passed callback function with the string "Burger Ready!"prepareOrder and pass a callback that saves the result to a variable named orderStatusSubmit your code to see test results