railsbridge / docs

Curriculum for RailsBridge workshops
docs.railsbridge.org
Other
3.41k stars 454 forks source link

JavascriptBridge Snake-Game Curriculum: Explanation / Code example function name mismatch #615

Closed sarahjschultz closed 7 years ago

sarahjschultz commented 7 years ago

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:

EXPECTATION:

We suspect that the function name in the explanation text should be changed from segmentFurtherDown to segmentFurtherForwardThan