Y
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
icedchai
1856 days ago
It isn't the default for a browser "<script>" tag.
link
xigoi
1856 days ago
It's the default for <script type="module">, which you should use anyway for anything serious.
link