How time-intensive is the use of try/catch in JavaScript? I have an application and I am using it in a function which is called a few hundred times. N
try
catch
There are some nice tests on jsPref:
Conclusion: on the major browser, null to minimal differences.