Объект обход JavaScript

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