Hi, not sure where else to report this issue.
Solution 2 code explanation step 3 is:
[0-9]{2,0}
- ends with two or more numbers
Should be [0-9]{2,}
https://forum.freecodecamp.org/t/freecodecamp-challenge-guide-restrict-possible-usernames/
Hi, not sure where else to report this issue.
Solution 2 code explanation step 3 is:
[0-9]{2,0}
- ends with two or more numbers
Should be [0-9]{2,}
https://forum.freecodecamp.org/t/freecodecamp-challenge-guide-restrict-possible-usernames/
thank you for your report, I fixed it!