Callbacks
Callbacks is a Node.js topic. In plain words you use it for read notes.txt in a script. Don’t start with a slogan — start with that picture.
Smallest example: (err, data) => …. Type it, run it, and say what you see. If you can do that from memory, you know Callbacks.
From the example next to this theory — Callbacks: find user 2, then list names.
Trap — callback hell, no error-first. Fix that before you talk about advanced Node.js.
Viva — what is Callbacks? Then show (err, data) => …. Then name the trap.
What is Callbacks? Show this: (err, data) => …. Trap: callback hell, no error-first.