Continuing the discussion from freeCodeCamp Challenge Guide: Positive and Negative Lookahead:
In the answer code:
Shouldn’t we use \w{6,} instead of \w{6} so that it accepts passwords with even 7 characters?
However both codes seem to be working. I didn’t understand why.