Atribuir apos o Dom ser carregado

PHOTO EMBED

Thu Nov 24 2022 22:53:52 GMT+0000 (Coordinated Universal Time)

Saved by @danlourenco

var log; // declara a variável sem nenhum valor atribuído
document.addEventListener("DOMContentLoaded", function(){
   // após o DOM ter sido carregado,
   // atribui o elemento à variável
   log = document.getElementById("lognome");
});
content_copyCOPY

https://pt.stackoverflow.com/questions/374532/typeerror-cannot-set-property-innerhtml-of-null