Latest solutions
Latest comments
- @Oversr@PradneyaSP
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😅
- @david-tejada@PradneyaSP
Your Solution is Beautiful .. I couldn't understand the dynamic labels though...Any references where I could learn them.