I need to create a project for my university and the teachers have forbidden the use of inner.HTML for some reason. I tried using the solution on this question, but it isn't doing anything for me.
Is there a way to change text within an HTML page through DOM manipulation without using inner.HTML?
Edit: Just like the guy in the ther question, I don't want to just add text but rather change text that is already on the page.