So I have the following code
var email = row.cells[2];
console.log(email);
and that returns <td>[email protected]</td>as an object I think however I need that value as a string in order to remove the <td></td> I some websites says that I can use JSON.stringify but when i do it like that it returns {} anybody knows why?.
email.textContentinstead.