This commit is contained in:
Norman 2017-11-05 15:13:52 +02:00 committed by GitHub
parent b2559f4d39
commit b890e7d9d1
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.