Corrected a few mistakes in English.

As far as I know, the first letter in the word "European"/days of the week should be capitalized.
This commit is contained in:
Сoriander 2018-04-06 19:15:00 +03:00 committed by GitHub
parent 62a0bb597f
commit 6c800d71ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ importance: 5
# European weekday
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`.
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`.
```js no-beautify
let date = new Date(2012, 0, 3); // 3 Jan 2012