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
Muhammad Awais -
ServBay -
AnhChienVu -
Mohammad Jawad (Kasir) Barati -
Top comments (0)