This question divides to 2 really :
- Can i catch an exception with js without using try catch? doesn't have to "catch" it as in to continue executing the code but to be notified that an exception as happend.
Meaning i just want to be notified about exception no matter how thw browser reacts afterwards.
- Can i wrap code with try/catch during run time?