Discussion :: Javascript - CS
- Which is the handler method used to invoke when uncaught JavaScript exceptions occur?
Answer : Option B
Explanation :
The onerror handler method can be registered to be invoked when uncaught JavaScript exceptions occur.
Be The First To Comment