var = 1;
                                        
                                        

T he scope of a variable declared with var is its current execution context, which is either the enclosing function or, for variables declared outside any function, global. If you re-declare a JavaScript variable, it will not lose its value. ... Undeclared variables are always global