Does a try catch block slow down code execution?
I have read something online where it does (because it creates additional objects maybe?)?
I could create a performance test / for loop but I don't know if that would absolutely answer the question if there are other factors.
I'm referring to Javascript in the browser and node js applications or the JavaScript engine behind them.