in reply to help with "use strict" and code organization
Since you have declared the variables in question with my() (though you haven't shown that part) and it is still treating some of your attempts to use the variables as undeclared global, the scope your declaration probably doesn't extend to where you are using them.
|
|---|