Skip to content

Queues - Janice Lichtman - Digital Clock#34

Open
J-C-L wants to merge 4 commits intoAda-C7:masterfrom
J-C-L:master
Open

Queues - Janice Lichtman - Digital Clock#34
J-C-L wants to merge 4 commits intoAda-C7:masterfrom
J-C-L:master

Conversation

@J-C-L
Copy link
Copy Markdown

@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
Copy Markdown

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