Skip to content

Commit 6d8d8ef

Browse files
authored
Merge pull request javascript-tutorial#422 from carbonid1/master
Corrected a few mistakes in English.
2 parents df8e164 + 6c800d7 commit 6d8d8ef

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/10-date/3-weekday

1 file changed

+1
-1
lines changed

1-js/05-data-types/10-date/3-weekday/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# European weekday
66

7-
European countries have days of week starting with monday (number 1), then tuesday (number 2) and till sunday (number 7). Write a function `getLocalDay(date)` that returns the "european" day of week for `date`.
7+
European countries have days of week starting with Monday (number 1), then Tuesday (number 2) and till Sunday (number 7). Write a function `getLocalDay(date)` that returns the "European" day of week for `date`.
88

99
```js no-beautify
1010
let date = new Date(2012, 0, 3); // 3 Jan 2012

0 commit comments

Comments
 (0)