JavaScript basics error handling
When it comes to writing code that is not breaking, we have to address error handling.
In JavaScript, this is managed through exceptions. But before we dive into those, let's look and see what happens when we introduce some faulty code.
iDontExist();...
h.daily-dev-tips.com2 min read
Suprabha Supi
๐ฅ New JS, CSS, HTML articles every week ๐ฅ
Really nice way to explain try catch block.
Its helpful for newbies ๐ฅ