When I'm developing normal web application with JavaScript, the try/catch statement is not needed usually. There's no checked exception, File IO or database connection in JavaScript.
Is try/catch statement useful in JavaScript? When can I use it?
try/catch. – pimvdb Aug 22 '11 at 13:20