Hacker News new | ask | show | jobs
by JoyrexJ9 1856 days ago
strict mode is the default in everything now and had been for many many years.
1 comments

It isn't the default for a browser "<script>" tag.
It's the default for <script type="module">, which you should use anyway for anything serious.