¡@

Home 

javascript Programming Glossary: usercache

How to loop through items in a js object?

http://stackoverflow.com/questions/2820573/how-to-loop-through-items-in-a-js-object

in a js object how can I loop through these items var userCache userCache 'john' ID 234 name 'john' ... userCache 'mary' ID.. object how can I loop through these items var userCache userCache 'john' ID 234 name 'john' ... userCache 'mary' ID 567 name 'mary'.. var userCache userCache 'john' ID 234 name 'john' ... userCache 'mary' ID 567 name 'mary' ... userCache 'douglas' ID 42 name..