Hapus atribut tersembunyi di JS

 myText.removeAttribute("hidden"); // no effect
  myText.setAttribute("hidden", false); // no effect
Bayan Hmeidat