List of questions
Related questions
Question 50 - Certified JavaScript Developer I discussion
In which situation should a developer include a try .. catch block around their function call ?
A.
The function has an error that should not be silenced.
B.
The function results in an out of memory issue.
C.
The function might raise a runtime error that needs to be handled.
D.
The function contains scheduled code.
Your answer:
0 comments
Sorted by
Leave a comment first