let userCheck = /^[a-z]{2,}\d*$/i;
where is the “{2,}” is explained before this challenge?
can someone help me understand where this is coming from?
the rest is clear to me…
let userCheck = /^[a-z]{2,}\d*$/i;
where is the “{2,}” is explained before this challenge?
can someone help me understand where this is coming from?
the rest is clear to me…
ok i see.
i did the whole section again cause i thought i missed something…
thank you ill try in a different way