0 comments / February 12, 2014

Iterate java script object

A javascript object may contain several properties, at times we need to iterate those properties. for..in loop comes handy in this case.