Node.js - Error Handling Patterns
Identify the issue in this try-catch block:
try {
console.log('Test');
} catch {
console.log('Error caught');
}try {
console.log('Test');
} catch {
console.log('Error caught');
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions