Freecodecamp: where() instead of getIndexToIns()

Created on 30 Mar 2016  路  2Comments  路  Source: freeCodeCamp/freeCodeCamp

Challenge Where do I belong has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

The default code on the page names the function "where()" instead of "getIndexToIns()." It took me a little while to work out why I was returning the right answers but not passing the test.

Most helpful comment

The default code uses the function name getIndexToIns, but this was changed recently along with other changes that gave unique function names to many of the challenge functions. It's likely that you had loaded the challenge before the change and the old code was saved. Resetting the code will load the editor with the new function name, not the old one.

All 2 comments

The default code uses the function name getIndexToIns, but this was changed recently along with other changes that gave unique function names to many of the challenge functions. It's likely that you had loaded the challenge before the change and the old code was saved. Resetting the code will load the editor with the new function name, not the old one.

@garwil the changes have been done as mentioned by @BKinahan !
You need to resubmit the code, to pass however please note that if you were logged in and submitted the challenge earlier, your progress was captured and is safe on your profile.

Re-submitting will update the submission.

I am afraid nothing much can be done, apart from this

Thanks and Happy Coding!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Tzahile picture Tzahile  路  3Comments

trashtalka3000 picture trashtalka3000  路  3Comments

raisedadead picture raisedadead  路  3Comments

SaintPeter picture SaintPeter  路  3Comments

itsmikewest picture itsmikewest  路  3Comments