I know the benefits of using strict mode to test out the script, but should it only be used for testing?
It seems to benefit is finding errors. If there are some errors that slip by during testing, I would rather they silently fail and not take down the whole page.
Should I remove strict mode before putting the code live or do most people keep it in their code?