A bit confused by B.3.2 - Web Legacy Compatibility for Block-Level Function Declarations
Brian Terlson
Brian.Terlson at microsoft.com
Wed Jun 4 15:51:51 PDT 2014
John Lenz wrote:
> How does someone write code to make sure it doesn't fall into legacy semantics?
Use strict mode, or don't use the function outside of the block it was declared.
More information about the es-discuss
mailing list