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