Skip to content

Conversation

@RanaSulaiman
Copy link

Digital Clock

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
What does jQuery give you that JavaScript doesn't? jQuery saves us a lot of time, and enables us to manipulate the DOM by using Selectors.
Describe what the following jQuery selector would give you: $('#list') Will retrieve the selector of id = "list" and convert it to jQuery object.
Highlight three major things you learned about JavaScript this week? JS is case sensitive. The variable scope is different than ruby, meaning we can access global variables inside functions. The convention naming in JS is camelCase.

@CheezItMan
Copy link

Digital Clock

What We're Looking For

Feature Feedback
General
Comprehension Questions Check
Uses a JavaScript function to get the time Check, Good use of toTimeString()
Uses JavaScript to manipulate the DOM Check
Creates a custom function to handle logic Check
Overall Nicely done, good work getting the timezone working.

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