let username = "JackOfAllTrades";
let userCheck = /change/; // Change this line
let result = userCheck.test(username);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 YaBrowser/23.11.0.0 Safari/537.36
Challenge Information:
let username = "JackOfAllTrades";
let userCheck = /^[a-z]([0-9]{2,}|[a-z]+\d*)$/i; // Change this line
let result = userCheck.test(username);
Regular Expressions - Restrict Possible Usernames
Hmm, where are examples of similar tasks on this forum? How can you complete tasks without any practice? How can you think about putting parentheses or writing with or? Well, of course, no one can explain this, why not perfect the basic things?
no, I’m saying that if you look at the list of certifications now there is a " JavaScript Algorithms and Data Structures (Beta)" where before there was a " JavaScript Algorithms and Data Structures"