Skip to content

Conversation

@terrataylor
Copy link
Contributor

No description provided.

// Let the user know if the passwords to not match
// Also let the user know when the email has been successfully sent

let fname;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be better to have these variables local to the function instead of reusing them in different functions. It looks like fname is a string in the main function but transforms into an object in the button event listener

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants