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

Lynn Trickey's Digital Clock #20

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

Lynn Trickey's Digital Clock #20

wants to merge 4 commits into from

Conversation

ltrickey
Copy link

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? A quick and easy way to work with/manipulate the DOM.
Describe what the following jQuery selector would give you: $('#list') The Element with the ID of list.
Highlight three major things you learned about JavaScript this week? It's all about functions - writing them, passing them to one another. You can pass the wrong number of arguments into a function and it will still work, and you can access those arguments with the key word arguments. Javascript is very flexible in that there are many many ways to accomplish the same things, and a lot of people on the internet have feelings about which way is better.

@CheezItMan
Copy link

Digital Clock

What We're Looking For

Feature Feedback
General
Comprehension Questions Check
Uses a JavaScript function to get the time Good use of toLocaleTimeString
Uses JavaScript to manipulate the DOM Check, used jQuery
Creates a custom function to handle logic Check
Overall Look good!

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