score:0

You should not use "window" as a variable-name. It is reserved for use in referencing the browser window inside-of-which you are running JavaScript and other code. For your array of windows, use a different name, perhaps "windw".


Related Query

More Query from same tag