document.getElementById('mySpan').insertAdjacentText('beforeend', 'bla bla');
document.getElementById('mySpan').textContent += 'bla bla';