I just started learning js(newbie) for the first time, so while i was learning from a youtube channel, i was writing my code as well but now i noticed when i wrote document.getElementById("p1").innnerHTML ="Hello" + firstname; in vscode editor it was meant to run on my chrome browser but it is not. Although i can read my code on console in devTools for more clarification document.getElementById("p1").innnerHTML ="Hello" + firstname; was written in js file and also js has been activated. pls what can i do to let innerHTML run in my browser?