Error Handling in JS: Try , Catch Finally
Introduction
No matter how carefully we write code, errors are always going to happen.
Sometimes the user enters wrong input.
Sometimes the server stops responding.
Sometimes we ourselves forget a var
javascript-journey-by-navdeep.hashnode.dev5 min read