Strict mode introduces some kinds of breaking changes. one of them is :
Functions can only be declared at the top level of a scope.
I am not able to understand this. Can anyone please describe it with an example?
Strict mode introduces some kinds of breaking changes. one of them is :
Functions can only be declared at the top level of a scope.
I am not able to understand this. Can anyone please describe it with an example?