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

  • P
    Navine 210

    @rainSax

    Submitted

    Some challenges I came across involved finding out how to validate the email address. Some research on stack overflow helped me come across a handy regular expression to take care of this.

    Another challenge came when I tried to change the background of the input box to a reddish hue. Interestingly, using .style.backgroundColor made it so the color only flashed for a moment but using .style.background seemed to work as intended. I'm not sure why.

    @Tylor0811Coore

    Posted

    Make it responsive my friend :)

    I just used a simple regular expression for mine. You could copy mine and see how it looks if you want to.

    0