Have you been asked this — or a variant of the following question?
“Given the following code, please write the order in which the logs will appear in the console:”
const a = () => { b() console.log("a") };