traverse in a object code example Example: object traversal javascript for (var prop in obj) { obj[prop] = 'xxx'; }