Google News
logo
Koa.js - Quiz(MCQ)
____ technique is used to deal with errors in the program.
A)
error.one
B)
app.onerror(err)
C)
app.error(one)
D)
All of the above

Correct Answer :   app.onerror(err)


Explanation : app.onerror(err) technique is used to deal with errors in the programme.

Advertisement