join array of object name javascript code example
Example: join array of object name javascript
this.checklist.filter(x=> x.isSelected).map(y =>{ return y.catItem }).join(", ")
this.checklist.filter(x=> x.isSelected).map(y =>{ return y.catItem }).join(", ")