Ciao a tutti, ho questos emplice script:
Mi da questoe rrore:codice:const cntSpeakersH = document.querySelectorAll(".cnt-speakers-h"); cntSpeakersH.style.display = "block";
Uncaught TypeError: Cannot set properties of undefined (setting 'display')
se faccio:
Mi da 1 quindi il nodo ce perche spaglio la proprietà?codice:alert(cntSpeakersH.lenght);