Skip to content

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