Skip to content
Merged

Typo #293

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1-js/02-first-steps/11-logical-operators/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if (hour < 10 || hour > 18 || isWeekend) {

## 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.

Expand Down