Remove qouma and put space in string js
const str = 'apple,ball,cat';
const withoutCommas = str.replaceAll(',', ' ');
console.log(withoutCommas); // 👉️ 'apple ball cat'
For further actions, you may consider blocking this person and/or reporting abuse
Abdullah Web -
Austin -
Sarah Thomas -
Envio -
Top comments (0)