Hey all,
I’m trying to figure out where the callback function done() comes from. For example, is it something I have to pass to the task (saving, finding, etc) or is it created somewhere else?
If it is created somewhere else where should I be using it in my code? In the curriculum it is used as assigned to a variable, but I don’t know if that code works on its own or the test suite sends it and calls it?
Thanks