MLog
if(val == undefined) { //not "undefined" 따옴표 없이 ... }
var array = new Array('A', 'B', 'C'); for(var i in array) { alert(i); }