Ciao a tutti, ho questos emplice script:

codice:
const cntSpeakersH = document.querySelectorAll(".cnt-speakers-h");
cntSpeakersH.style.display = "block";
Mi da questoe rrore:
Uncaught TypeError: Cannot set properties of undefined (setting 'display')

se faccio:

codice:
alert(cntSpeakersH.lenght);
Mi da 1 quindi il nodo ce perche spaglio la proprietà?