Lessons from open-source: try..catch(_)?
This lesson is picked from Next.js source code. In this article, you will learn that you can use an underscore “_” to intentionally ignore error in your catch block.
Reasons why you want to ignore error parameter in your catch block:
There’s no fur...
ramunarasinga.hashnode.dev1 min read