showing results for - "object traversal javascript"
Anis
20 Jan 2021
1for (var prop in obj) {
2    obj[prop] = 'xxx';
3}
4