21. How can anonymous callback functions in Node.js contribute to code optimisation?
1 point
They increase code duplication and redundancy.
They discourage code modularisation, leading to larger code files.
They allow for efficient handling of multiple asynchronous tasks and reduce callback hell.
They enforce rigid coding conventions, limiting flexibility.
FUO