We're a place where coders share, stay up-to-date and grow their careers.
In a global scope var will be associated with global object where as let and const are not ex: window.var_variable not supported by let and const
In a global scope var will be associated with global object
where as let and const are not
ex: window.var_variable
not supported by let and const