Try & Catch — How do you use them effectively?

Posted by Kaji on Stack Overflow See other posts from Stack Overflow or by Kaji
Published on 2010-04-19T03:20:26Z Indexed on 2010/04/19 3:23 UTC
Read the original article Hit count: 211

I've been trying to teach myself JavaScript, and one thing I was reading on is the try/catch structure. Unfortunately, the tutorial doesn't provide much explanation on how it would be useful, just how to set it up. Can anyone offer some insight?

© Stack Overflow or respective owner

Related posts about try-catch

Related posts about JavaScript