javascript var scope

Published: Thursday, May 15, 2008 Last modified: Wednesday, Mar 29, 2023

Good explaination here

Basically the variable becomes local only when you use var inside a function.