Typo in Learn Interfaces by Building an Equation Solver

I have completed this, but noticed there is an error in the code which doesn’t seem to cause any problems during the lessons.

In lesson 20 we use an if statement (seen at lines 25 and 26 in the image below) and the action is continue.

This stays the same in steps 21 through 25. However from steps 26 onwards continue has been replaced by coefficient as highlighted in the image below.

Please advise

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

I’ve reported it via GitHub

1 Like

Thank you, good catch btw!