JavascriptBridge Snake-Game Curriculum: Explanation / Code example function name mismatch
sarahjschultz opened this issue · 0 comments
sarahjschultz commented
SUMMARY:
In Lesson 10, there is an explanation about a function the students will write that uses a function name which does not match the function name in the example
STEPS TO REPRODUCE:
- In
Lesson 10 -- Step 1
there is a note that reads: - Note that the function name in the explanation is
segmentFurtherDown
but the function name in the example issegmentFurtherForwardThan
EXPECTATION:
We suspect that the function name in the explanation text should be changed from segmentFurtherDown
to segmentFurtherForwardThan