torus
2 years agoFrequent Contributor
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...