Home »
MCQs »
Koa.js MCQs
____ technique is used to deal with errors in the program
13. ____ technique is used to deal with errors in the program.
- app.onerror(err)
- error.one
- app.error(one)
Answer: A) app.onerror(err)
Explanation:
app.onerror(err) technique is used to deal with errors in the programme.