How do I show the count of checked checkboxes using vanilla JavaScript?
Im currently working on a website that generates a random password. One part of it shows the safety of the current password. Until now i was only able to make the safety-indicator dependent on the current length of the password.…