Global variables in JS

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Another weird quirk of JS is that, according to the HTML5 spec, all unique id's (and supposedly names) are properties of the window object, making them globals!
I managed to learn this the hard way by trying to be consistent with my variable names. :)

MacoveiVlad