I'm curious if anyone knows what goes on behind the scenes when we write "use strict" in a JS script?
So in use strict we:
- cannot use undeclared variables.
- that means no hoisting. How is that handled🤔?
I'm curious if anyone knows what goes on behind the scenes when we write "use strict" in a JS script?
So in use strict we:
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Sidali Assoul -
Kiolk -
Marcos Anjos -
Top comments (0)