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

Elizabeth Deutsch - Queues - js-digital-clock #26

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

Conversation

edeutschie
Copy link

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? jQuery is a library/framework/wrapper of JavaScript that makes writing in JS easier. It is fast and makes traversing the DOM in an HTML page easier.
Describe what the following jQuery selector would give you: $('#list') The element (div, article, paragraph, etc.) from the html page that is identified with the id='list'.
Highlight three major things you learned about JavaScript this week. 1. JS is like a cousin of Ruby. It is object oriented, dynamically typed, and is an interpreted language. 2. Unlike in Ruby where objects are Classical, objects in JS are Prototypical Objects. 3. When building a Prototypical Object in JS, one needs to define the constructor, define the constructor's prototype, and call the constructor.

@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
Nice extension of adding additional cities. Once a function starts handling multiple bits of logic, like with myCallback(), it's good to split it between multiple functions that are called in that one. That function should also have a more meaningful name, specifying what it is that that function is doing.
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