Question from the Javascript - Fundamentals test

Archived

What can be said about the following statement?

 try { 
    message(); 
} catch(e) { 
    console.error(e); 
} 
Author: KahinaStatus: Archived(New question!)Question passed 1106 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!