This function checks if a password is strong. For it, the password must meet the following conditions:
- Be at least six characters long
- Contain some numbers
- Contain some uppercase letter
- Contain some lowercase letter
- Contain some underscore
Install
npm install
Run test
npm test