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
Nikhil Soman Sahu -
Roman Agabekov -
Hafiq Iqmal -
Süleyman Özgür Özarpacı -
Top comments (0)