with console.info(hora);
I print the array:
["NO HORA", 1, "NO HORA", 1]
and with console.info(self.aEstados.estados);
I print the array:
["SI CONTIENE", "NO CONTIENE", 2]
But I need the arrays together:
["NO HORA", 1, "NO HORA", 1, "SI CONTIENE", "NO CONTIENE", 2]
How can I do this?