in javascript, is there a way to test if an array is undefined????
eg...
for (var x=0; x<10; x++){
if test_array[x] is undefined then x++
document.write( test_array[x])
if anyone can help, thanks... oh and if you can get the syntex right for me
thanks..
eg...
for (var x=0; x<10; x++){
if test_array[x] is undefined then x++
document.write( test_array[x])
if anyone can help, thanks... oh and if you can get the syntex right for me
thanks..
Comment