javascript de traversée d'objet

for (var prop in obj) {
    obj[prop] = 'xxx';
}
Difficult Dog