in reply to help with "use strict" and code organization
Strict and its siblings, warnings and diagnostics don't introduce errors; they reveal them. Strict requires you to declare each variable using the "my" function, within the appropriate scoping unit (to a first, and doubtless overly simplified, approximation, the innermost braces which contains the variable and its declaration).
|
|---|