Merge pull request #422 from carbonid1/master

Corrected a few mistakes in English.
This commit is contained in:
Ilya Kantor 2018-06-07 08:54:19 +03:00 committed by GitHub
commit 6d8d8ef992
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