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: RaphaëlStatus: Published(Update)Question passed 55 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!