Merge pull request #293 from Bemerauld/patch-1

Typo
This commit is contained in:
Ilya Kantor 2017-11-14 11:14:37 +03:00 committed by GitHub
commit 46d177f6a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ if (hour < 10 || hour > 18 || isWeekend) {
## OR seeks the first truthy value ## OR seeks the first truthy value
The logic described above is somewhat classical. Now let's bring in the "extra" features of JavaScipt. The logic described above is somewhat classical. Now let's bring in the "extra" features of JavaScript.
The extended algorithm works as follows. The extended algorithm works as follows.