A
Abby Lee
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('autoReimb','airRail','car','taxi','lodge','meals','misc');
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('autoReimb','airRail','car','taxi','lodge','meals','misc');