Skip to content

Commit ea9b20a

Browse files
Merge pull request #4 from AdaGold/kab/feedback
Kab/feedback
2 parents f84d1e2 + 436502f commit ea9b20a

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/PULL_REQUEST_TEMPLATE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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? | |

feedback.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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** | |

0 commit comments

Comments
 (0)