railsbridge/docs

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

sarahjschultz opened this issue · 0 comments

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:screen shot 2017-05-06 at 10 43 09 am
  • Note that the function name in the explanation is segmentFurtherDown but the function name in the example is segmentFurtherForwardThan

EXPECTATION:

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