Beginner's guide to handle errors in JavaScript
One thing all the developers know for sure is that things don't always go well in our programs. In particular we might want to stop the program or inform the user midway about something that went wrong. In such cases we write our code to report an er...
khissaria.hashnode.dev4 min read