Answers for "typescript cycle object properties"

4

loop an object properties in ts

Object.keys(obj).forEach(e => console.log(`key=${e}  value=${obj[e]}`));
Posted by: Guest on May-14-2020

Code answers related to "typescript cycle object properties"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language