What does the `unhandledRejection` event on `process` allow you to do?
-
A
Convert rejected promises to resolved ones
-
B
Catch promise rejections that have no `.catch()` handler attached
-
C
Prevent Node.js from exiting on any error
-
D
Restart the event loop after a crash