We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e24c8b commit 86df49bCopy full SHA for 86df49b
src/loops_ii/comparison_to_while.md
@@ -54,7 +54,7 @@ while (index < numbers.length) {
54
~}
55
```
56
57
-Us humans, with our tiny monkey brains, can get very lost when things that are related to eachother are separated
+Us humans, with our tiny monkey brains, can get very lost when things that are related to each other are separated
58
by long distances.
59
60
In this dimension, for loops are superior. All the bits of code that "control the loop" can be right at the top.
0 commit comments