Home »
MCQs »
Koa.js MCQs
____ in Koa.js refers to the sequence in which middleware functions are run
43. ____ in Koa.js refers to the sequence in which middleware functions are run.
- Cascading
- Presenter
- Sequel
Answer: A) Cascading
Explanation:
Cascading in Koa.js refers to the sequence in which middleware functions are run.