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

Janice's Time Travel #25

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

Janice's Time Travel #25

wants to merge 2 commits into from

Conversation

janicewilson
Copy link

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? Shortcuts.
Describe what the following jQuery selector would give you: $('#list') The ability to manipulate the element with the ID 'list'.
Highlight three major things you learned about JavaScript this week? That's pretty tough to narrow. ( 1 ) The flexible params learned via Anagram was pretty cool. ( 2 ) Returns must be explicit or chaos ensues. ( 3 ) Although I've barely understood, never mind harnessed their prowess, prototypes are really cool.

@CheezItMan
Copy link

Digital Clock

What We're Looking For

Feature Feedback
General
Comprehension Questions: While jQuery is essentially an easier way to manipulate the DOM, it's a bit more than shortcuts.
Uses a JavaScript function to get the time Check, military and civilian time.
Uses JavaScript to manipulate the DOM Check
Creates a custom function to handle logic Lots of functions to cover the extras. Just as a best-practice, it's a good idea to handle your CSS in the .css file and just change classes via JavaScript to adjust styling. It helps separate the presentation from the code. The page is really outstanding however, nice looking and with a lot of eventing going on under the hood.
Overall Really outstanding, you added additional eventing and dealt with multiple things on a setInterval. Nice work!

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