Skip to content

Instantly share code, notes, and snippets.

View taylorwaddell's full-sized avatar

Taylor Waddell taylorwaddell

View GitHub Profile

Exercise 1: Form validation

Hypothesis: Adding form validation to the "name" and "message" fields of the email form will increase form submissions.

Device type: Desktop only

URL: https://surefoot.me/engineer-application-sandbox-v1/

Dev notes:

  • Currently, the form only checks for a valid email.
  • Please execute your code on DOM ready and use javascript to handle validation.