Forum Discussion

torus's avatar
torus
Frequent Contributor
2 years ago
Solved

javascript try/catch block

I thought try/catch blocks were supposed to help you avoid failures/exceptions. That is how they work in C# and from my understanding, this is how thye work in Javascript. Why is the below code still...