We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9ddba commit 1c1a4c6Copy full SHA for 1c1a4c6
1-js/05-data-types/11-date/3-weekday/task.md
@@ -8,5 +8,5 @@ European countries have days of week starting with Monday (number 1), then Tuesd
8
9
```js no-beautify
10
let date = new Date(2012, 0, 3); // 3 Jan 2012
11
-alert( getLocalDay(date) ); // tuesday, should show 2
+alert( getLocalDay(date) ); // Tuesday, should show 2
12
```
0 commit comments