whatever is accessible in window object, is global? I am confused if whatever is contained in window object or whatever is accessible via window. is global?
I'm trying to type in window.something in the console , so whatever is accessible with "window." are they all global?