I am currently learning to code JS and like probably many other people before, I'm writing a ToDo List.
But at this point I've got a problem.
let DivNone = document.querySelectorAll('#div2, #btn3');
DivNone.style.display = 'none';
Why doesn't it work?