ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 50 - Certified JavaScript Developer I discussion

Report
Export

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.
Answers
A.
The function has an error that should not be silenced.
B.
The function results in an out of memory issue.
Answers
B.
The function results in an out of memory issue.
C.
The function might raise a runtime error that needs to be handled.
Answers
C.
The function might raise a runtime error that needs to be handled.
D.
The function contains scheduled code.
Answers
D.
The function contains scheduled code.
Suggested answer: C
asked 23/09/2024
FARIZA MANNAN
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first