in reply to Re: Should "use strict" complain if I use a variable that is not declared?
in thread Should "use strict" complain if I use a variable that is not declared?
I understand that it does squelch the stricture complaint, but must it? I would suggest that it could, as an alternative, assume that under some conditions the variable might not be declared, and complain. It is supposed to be strict, after all.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Should "use strict" complain if I use a variable that is not declared?
by Corion (Patriarch) on Jun 28, 2010 at 11:23 UTC | |
Re^3: Should "use strict" complain if I use a variable that is not declared?
by ikegami (Patriarch) on Jun 28, 2010 at 19:40 UTC |