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 - Janice Lichtman - Digital Clock #34

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

Conversation

J-C-L
Copy link

@J-C-L J-C-L 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 easy access to DOM elements and easy DOM manipulation. It also enables cross-browser compatibility without changes to your code.
Describe what the following jQuery selector would give you: $('#list') It would give you the HTML element(s) with an ID of list
Highlight three major things you learned about JavaScript this week? 1. It's asynchronous, so it executes code, while other code is waiting for responses. 2. It uses constructors and prototypes instead of classes. 3. Inside nested anonymous functions, 'this' refers to the global object, not the . object of the parent function.

@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 with having additional clocks from other time zones! When a function, like timer(), startings handling a lot of logic and is getting long, it's a good idea to split the functionality up between multiple functions that are called in that one.
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