fr
fr

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 109 times
Edit
0
Community Evaluations
developer avatar
Auteur anonyme
28/02/2025
Merci !