I have the following problem:
I need to concatenate two objects obtained by the method mentioned above
var textApellido = document.getElementById('textApellido');
var textNombre = document.getElementById('textNombre');
var resultado = textNombre + textApellido;
Getting the result
Can not read property 'toString' of undefined