IMPORTANT:

1 Year Free Hosting: https://www.atlantic.net/webdevsimplified
Use code KYLE for an additional $50

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.


Materials/References:

GitHub Code: https://github.com/WebDevSimplified/password-strength-checker
CodePen Code: https://codepen.io/WebDevSimplified/pen/JjYWvqZ
Pseudo Element Tutorial: https://youtu.be/OtBpgtqrjyo
Regex Tutorial: https://youtu.be/rhzKDrUiJVk


🧠 Concepts Covered:

- How to use Regex in JavaScript
- How to create a progress bar
- The best way to structure functions for clean code


Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


#Regex #WDS #JavaScript