I've created the following array and want to be able to process each
indivisual object whenever my function is called. Is this best done
with a "foreach"? I don't see a foreach in my javascript book...is
there another way to step threw an array to process each item?
var trvtps = new Array('autoReim b','airRail','c ar','taxi','lod ge','meals','mi sc');
indivisual object whenever my function is called. Is this best done
with a "foreach"? I don't see a foreach in my javascript book...is
there another way to step threw an array to process each item?
var trvtps = new Array('autoReim b','airRail','c ar','taxi','lod ge','meals','mi sc');
Comment