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.
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!
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.