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 - Andrea Valliere - Digital Clock #42

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

Conversation

avalliere
Copy link

@avalliere avalliere commented May 22, 2017

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? jQuery is a javascript library that allows easier manipulation of the DOM and more cross-browser compatibility
Describe what the following jQuery selector would give you: $('#list') It would return an element with "list" selector ID.
Highlight three major things you learned about JavaScript this week? Javascript requires us to be much more explicit about information we want it to return in functions than ruby does. Everything in Javascript is an object. Variables must be defined with "var".

@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
Technically, not everything in JS is an object. Google, "is everything in javascript an object" and to learn more.
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