In which situation should a developer include a try .. catch block around their function call?
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.
Answer: C
Latest JavaScript Developer I Practice Questions with 144 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments