We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d9030 commit 9d85777Copy full SHA for 9d85777
sites/en/javascript-snake-game/lesson-10.step
@@ -5,7 +5,7 @@ markdown <<-MARKDOWN
5
segment further forward in snake to the current segment when it moves. This way
6
all segments follow the same path!
7
8
- Let's define a new function called `segmentFurtherDown` which takes a
+ Let's define a new function called `segmentFurtherForwardThan` which takes a
9
segment index and a snake and returns the segment closer to the head. Let's
10
start with:
11
0 commit comments