
Submitted about 1 month ago
Responsive password generator using plain css, js and html.
@guardianprime
Design comparison
SolutionDesign
Community feedback
- P@taceseptPosted 22 days ago
Use this instead:
charLengthInput.addEventListener("input", () => { charLengthEl.textContent = charLengthInput.value; }); This updates charLengthEl instantly as the slider moves.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord