help.js 144 B

123456
  1. window.helpObj = {
  2. display: function(){
  3. clearScreen();
  4. document.querySelector("#helpStrand").style.display = "flex";
  5. }
  6. }