Exercise: Password Checker

RegEx exercise in JavaScript to check password strength.

We'll cover the following...

Task

A software engineer is busy developing an app for a startup. Currently, she is working on the login and sign up screen. An integral part of this screen is ensuring that the user selects a strong password. Because she is already very busy, you have been assigned to implement a function that ...