I’m trying to set get id of all elements in an HTMLCollectionOf. I wrote the following code: var list = document.getElementsByClassName("events"); console.log(list...
  • April 30, 2022
  • 0 Comments