Catching Errors in Javascript
It is a normal situation when you write code and no one can make it perfectly. So, Errors must have happened. However, we have to know how to catch the error and where is the error.
When does it happen?
In Javascript(JS), we can classify it into two ...
wensu.hashnode.dev5 min read