Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
baby 👣 solution in Clear category for Acceptable Password I by vincent.tscherter
function isAcceptablePassword(password: string): boolean {
return password.length>6
}
April 23, 2020
Comments: