79422235

Date: 2025-02-07 21:57:29
Score: 1
Natty:
Report link

call switchHiddenAttribute function for selected element

const  switchHiddenAttribute = (element) => {
  element.hidden = !element.hidden;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrzej Więcławski