Tell us what’s happening:
Hello guys I am totally lost here, I have been reading about this a bit and I still dont get it.
Your code so far
let username = "JackOfAllTrades";
let userCheck = /^[a-z]\d$/i; // Change this line
let result = userCheck.test(username);
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0
.
Challenge: Restrict Possible Usernames
Link to the challenge: