in reply to Re^2: 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?

The variable is declared. It might just not be initialized. The two are distinct, and strict is only about declaration.

  • Comment on Re^3: Should "use strict" complain if I use a variable that is not declared?