monicatvera / password-kata

Kata password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kata password

In this exercise we are going to program a boolean function that indicates if a given password meets some strength requirements.

Test list

For the function to produce a true result, the password must be:

  • Be at least six characters long.
  • contain some number.
  • Contain any capital letter.
  • Contain any lowercase letter.
  • Contener algún guion bajo.

About

Kata password


Languages

Language:TypeScript 95.8%Language:JavaScript 4.2%