Question from the Javascript - Fundamentals test

Write a try catch block in Javascript

Medium

What can be said about the following statement?

 try { 
    message(); 
} catch(e) { 
    console.error(e); 
} 
Author: AnthonyStatus: Published(Update)Question passed 80 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!