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

Queues - Cynthia Cobb - JS Clock #19

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

Conversation

cynthiacd
Copy link

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? Lets you manipulate the DOM by using jQuery selectors to select html elements by tags, classes, or ids.
Describe what the following jQuery selector would give you: $('#list') A html element with id list
Highlight three major things you learned about JavaScript this week? There are lots of built in functions to learn - most work the way you would expects but everyone in a while you come across some quirks (like sort). Learning how to use .bind(this). Learning how to make prototypical objects

@PilgrimMemoirs
Copy link

Digital Clock

What We're Looking For

Feature Feedback
General
Uses a JavaScript function to get the time Well Done
Uses JavaScript to manipulate the DOM Well Done
Creates a custom function to handle logic Well Done
Overall
Great work! Submission meets all expectations for this project ⏰

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