Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Listener That Add Item To List With Submit Button. #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ASPhillips8
Copy link

Used query selector to pull out node to attach event listener to. Used event listener check for submit and update the DOM with text from input.

@ASPhillips8
Copy link
Author

Coded along with video from beginning of this section.

Copy link

@stephenmckeon stephenmckeon left a comment

Choose a reason for hiding this comment

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

Awesome job.

Comment on lines +8 to +9
/// tried with getElementbyId and got error could it be the dashes.
/// used the element and hovered over input and confirmed #new-task-description

Choose a reason for hiding this comment

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

Glad we spent the time to review this today!

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