Node.js - Error Handling Patterns
Which of these statements about
try-catch in Node.js is true?try-catch in Node.js is true?try-catch works only for synchronous errors, not asynchronous ones like callbacks or promises.try-catch, asynchronous errors require other handling methods.try-catch only catches synchronous errors. -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions