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

stacks - Jackie - digital clock #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jackiewatanabe
Copy link

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? It allows you to manipulate css elements
Describe what the following jQuery selector would give you: $('#list') it gives you access to the element with the ID 'list'
Highlight three major things you learned about JavaScript this week? For loops need three parts: initialization, a condition, and incrementation, forEach loops tend to utilize anonymous functions, it's important to declare variables in JS as well as use the return keyword.

@CheezItMan
Copy link

Digital Clock

What We're Looking For

Feature Feedback
General
Uses a JavaScript function to get the time Check, nice work getting the day of the week, month, day of the month and year!
Uses JavaScript to manipulate the DOM Check
Creates a custom function to handle logic Not bad, I would pull getTime out of the $(document).ready(function() just because it makes things more modular and easier to read.
Overall Nice work, I like the extras, just a little work on cleaning up the code and it would be perfect.

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