In this video I am going to build a password strength tester in JavaScript which heavily utilizes Regex to make checking password security much easier. I am going to show you a bunch of really cool Regex tricks and clean coding tips which will make working with Regex in JavaScript much easier.
🧠Concepts Covered:
📚 Materials/References:
GitHub Code: https://github.com/WebDevSimplified/password-strength-checker
CodePen Code: https://codepen.io/WebDevSimplified/pen/JjYWvqZ
#javascript #regex #web-development