I wonder if there is really nessesary to include the "use strict" when I am done programming and release my JavaScript document to anyone to see. I like to use it because to check that I have coded in a good way.
So, should I include or just remove use "use strict" when I release my JavaScript file for the public?
The reason why I ask is to save space in my JavaScript file.
I found two opinions about using
strict modein production:And:
The source is in the comments at the bottom
And of course those
12bweight of"use strict"won’t change a thing.