prevent promises swallowing errors in JavaScript

JavaScript
🤖 Code Explanation
This is a function that returns a new promise. The promise has a callback function with resolve and reject parameters. The callback function has a try/catch block. The try block throws an error, and the catch block rejects the promise with the err parameter.

More problems solved in JavaScript




















