Let's Clean Up: Ugly Try-Catches in JavaScript!

added by JavaScript Kicks
12/1/2019 12:55:01 PM

1633 Views

We've all been there. We have all used await on async methods, forgetting to wrap them in try-catch just to be told off about an Unhandled Error 😱 But it's not just these aysnc methods that might throw.


0 comments