Password Strength Checker

# Introduction In this challenge, we will implement a password strength checker. The purpose is to validate the strength of a password entered by a user, and classify it into three levels: Low, Medium, and High. The validation criteria include the length of the password, presence of lowercase and uppercase letters, digits, and special characters. The validation result will be displayed in the result element of the webpage.

|60 : 00

Click the virtual machine below to start practicing