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

Ari- Digital-Clock- Octos #23

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Ari- Digital-Clock- Octos #23

wants to merge 2 commits into from

Conversation

arrriiii
Copy link

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? jQuery allows you to chain functions and/or events together and run multiple actions within a single statement. jQuery simplifies Javascript code and makes it easier to run on a website.
Describe what the following jQuery selector would give you: $('#list') This selector would allow you to select and manipulate the html tag with an id of 'list'.
What are three major things you learned about JavaScript this week? Javascript is an oo language with prototype inheritance, the DOM is accessed through an object called 'document', the script tag *should be after your html content for a better user experience, and easy to debug using Google Chrome's debugging tools to set and unset breakpoints in js code.

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.

1 participant