@OversrSubmitted about 1 year ago
Any suggestions or feedback is welcome.
Any suggestions or feedback is welcome.
const validEmail = (email) => { return /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}$/.test(email); }
Can you please explain what is going on here😅
I just completed a challenge 🏅, any feedback is welcome 💬
Your Solution is Beautiful .. I couldn't understand the dynamic labels though...Any references where I could learn them.