Daily Coding Challenge - P@ssw0rd Str3ngth!

Tell us what’s happening:

i need help on this pa33word weakness and its just hard

Your code so far

function checkStrength(password) {

  return password;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36

Challenge Information:

Daily Coding Challenge - P@ssw0rd Str3ngth!
https://www.freecodecamp.org/learn/daily-coding-challenge/2025-10-03

what have you tried, what issues are you having?

A post was split to a new topic: Daily Coding Challenge - P@ssw0rd Str3ngth!

My advice for you is to use regex and test the strings if it passes to its criteria given from the challenge :slight_smile:

1 Like