File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
exercises/concept/appointment-time/.docs Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11/.github /labels.yml
2- / .github / workflows / sync-labels.yml
3- / .github / workflows / no-important-files-changed.yml
2+
3+ # Generated
44exercises /** /README.md
5+ pnpm-lock.yaml
6+
57! /README.md
68
79# Originates from https://github.com/exercism/org-wide-files
@@ -19,4 +21,4 @@ config.json
1921
2022# Originates from https://github.com/exercism/problem-specifications
2123exercises /practice /** /.docs /instructions.md
22- exercises /practice /** /.docs /introduction.md
24+ exercises /practice /** /.docs /introduction.md
Original file line number Diff line number Diff line change 44
55- You need to create a new date. The introduction elaborates on the different ways.
66- ` Date.now() ` gives you current time in milliseconds
7- - ` Date ` has several getter methods, listed in the introduction, to get date components. Can you use one of those methods?
8- - Likewise, ` Date ` has matching setter methods to set those components, rolling over into "higher" components if needed.
7+ - ` Date ` has several getter methods, listed in the introduction, to get date components. Can you use one of those methods?
8+ - Likewise, ` Date ` has matching setter methods to set those components, rolling over into "higher" components if needed.
99
1010## 2. Convert a date into a timestamp
1111
You can’t perform that action at this time.
0 commit comments