JavaScript Exception Handling
Did you know you can use try/catch blocks in JavaScript? It's pretty slick and makes it easy to hide those ugly JavaScript errors. There is an article over at Dev Shed that explains how you can use the new Error object and the "try-catch" constructs to trap and resolve errors. Good stuff!
Posted by dsuspense on August 15, 2003 at 03:25 AM MDT #
Posted by Matt Raible on August 15, 2003 at 03:52 AM MDT #
Posted by Vic on August 19, 2003 at 01:19 AM MDT #
Posted by Matt Raible on August 19, 2003 at 01:41 AM MDT #