DEV Community

Discussion on: Hi CodeLand, we're Coderbyte and we're here to help you level up your interview skills.

Collapse
 
drewterry profile image
Drew Terry • Edited

I tried the coderbyte codeland username validation challenge, but I think that one of the test cases is incorrect.

The specs indicate a username length between 4 and 25 characters, but one of the test cases failed because the input "oooooooooooooooooo________a" was supposed to be true. But it is 27 characters. 🤔

Any ideas? Am I missing something?