File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Digital Clock
2
+ Congratulations! You're submitting your assignment!
3
+
4
+ ## Comprehension Questions
5
+ | Question | Answer |
6
+ | :------------- | :------------- |
7
+ | What does jQuery give you that JavaScript doesn't? | |
8
+ | Describe what the following jQuery selector would give you: `$('#list')` | |
9
+ | Highlight three major things you learned about JavaScript this week? | |
Original file line number Diff line number Diff line change
1
+ # Digital Clock
2
+ ## What We're Looking For
3
+
4
+ | Feature | Feedback |
5
+ | :------------- | :------------- |
6
+ | ** General** | |
7
+ | Uses a JavaScript function to get the time| |
8
+ | Uses JavaScript to manipulate the DOM | |
9
+ | Creates a custom function to handle logic | |
10
+ | ** Overall** | |
You can’t perform that action at this time.
0 commit comments