window.accountObj = { display: function(){ clearScreen(); document.querySelector("#accountStrand").style.display = "flex"; } }