Callbacks
Callbacks is simple if you keep it on paper. Isha uses it for read notes.txt in a script.
Do Callbacks once by hand. (err, data) => …. Change one input. Say the new result out loud.
Callbacks exists so Isha can keep read notes.txt correct in a script.
Isha ships Callbacks in a script. That is the use case worth saying.
Callbacks trap — callback hell, no error-first. Isha loses marks for that every viva.
After Callbacks, Isha should still remember callback hell, no error-first.
Close Callbacks with — “If I skip it, read notes.txt goes wrong like this: callback hell, no error-first.”
Say Callbacks in one breath, then (err, data) => …, then callback hell, no error-first.