DEV Community

Discussion on: How to Loop JS Object Values

Collapse
 
rancy98 profile image
rancy98


const text = Object.values(myObj).join(', ')

Collapse
 
zaselalk profile image
Asela

Thank you !, I updated my post according to your comment