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

Selam Ainalem - Amperes #43

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

Conversation

SelamawitA
Copy link

…button color(not functioning -see comment).

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? The ability to create programs that apply to every browser. With javascript this would need to be incorporated by the programmer instead of automatically. There are also built in methods that make modifying the DOM more simple instead of needing to repetitively re-built.
Describe what the following jQuery selector would give you: $('#list') This would return the content of the HTML id "list" as a jQuery object the quotes modify the object into a string.
What are three major things you learned about JavaScript this week? 1) HTML can be modified after a download with javascript. 2 ) the browser automatically converts a webpage into DOM (including javascript if its not placed into the document.read() block which is why it is necessary to have all calls to helper methods or "active" javascript methods in this block or the page will be read before javascript can be executed. 3) jQuery methods can sometimes be stacked on each other

Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

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

👍

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