Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • PradneyaSPโ€ข 70

    @PradneyaSP

    Posted

    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๐Ÿ˜…

    0
  • David Tejadaโ€ข 380

    @david-tejada

    Submitted

    I just completed a challenge ๐Ÿ…, any feedback is welcome ๐Ÿ’ฌ

    • Since using only placeholders is not very accessible I included dynamic labels, let me know what you think.
    • I think the javascript code turned out a bit ugly. How would you improve it?
    PradneyaSPโ€ข 70

    @PradneyaSP

    Posted

    Your Solution is Beautiful .. I couldn't understand the dynamic labels though...Any references where I could learn them.

    This is my solution by the way

    And my repo

    0