javascript "has no properties"

Few things are not clear in javascript, it tends to be a hybrid language that converts variables at its own. To avoid the "has no properties" errors in javascript you can try:
a=[];
alert(typeof(a["2008"]) == 'undefined');
it will return true have fun!

0 comments :: javascript "has no properties"