//To obtain a NodeList of all of the <input> elements type password: const passwords = document.querySelectorAll("input[type='password']");