const username = "Daniel Bulant"; var accountElement = document.getElementById("username"); accountElement.innerText = username;