it. Now I want to delete a particular word which occurred many times in the paragraph. How can i delete all the same words using JS ??
Get its textContent, do .replace(/word/g, ''), replace textContent.
Обсуждают сегодня