function gDivClick(){ var ggDiv = document.getElementById("gDiv"); console.log(ggDiv) ggDiv.setAttribute("background", "yellow") }