W wxdqz New Member Aug 22, 2008 #1 I thought this was simple. I must be missing something. Here's what I want to do, but it doesn't work. if (someAry == undefined) { alert("There's no array"); } else { alert("There is an array"); }
I thought this was simple. I must be missing something. Here's what I want to do, but it doesn't work. if (someAry == undefined) { alert("There's no array"); } else { alert("There is an array"); }