javascript var scope
Published: Thursday, May 15, 2008 Last modified: Thursday, Sep 28, 2023
Basically the variable becomes local only when you use var inside a function.
Basically the variable becomes local only when you use var inside a function.