Krzysztof G.
Krzysztof G.
Code from first post is not passing for me: ``` // running tests You should assign your #score-options input elements to scoreInputs. You should assign your #score-options span elements to...
Hey @RahulJOD, you are already assigned to different issue - https://github.com/freeCodeCamp/freeCodeCamp/issues/56182.
Hey @devshah207, you are already assigned to different issue - https://github.com/freeCodeCamp/freeCodeCamp/issues/56219.
Step 36 also has similar parenthesis https://www.freecodecamp.org/learn/scientific-computing-with-python/learn-string-manipulation-by-building-a-cipher/step-36 And elsewhere... https://github.com/freeCodeCamp/freeCodeCamp/blob/21c20c2606d89c08d42db08c2dbd3637b4599d41/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-localstorage-by-building-a-todo-app/660d90b0ec1ef7da914c5e65.md?plain=1#L12 https://github.com/freeCodeCamp/freeCodeCamp/blob/21c20c2606d89c08d42db08c2dbd3637b4599d41/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-algorithm-scripting/repeat-a-string-repeat-a-string.md?plain=1#L45 https://github.com/freeCodeCamp/freeCodeCamp/blob/21c20c2606d89c08d42db08c2dbd3637b4599d41/curriculum/challenges/english/07-scientific-computing-with-python/learn-recursion-by-solving-the-tower-of-hanoi-puzzle/64de773f81facd14653f49c8.md?plain=1#L14 And other bulk cases... https://github.com/search?q=repo%3AfreeCodeCamp%2FfreeCodeCamp+%2F%5C%28%60%5B%5E%29%5D*%60%5C%29%2F+path%3A%2F%5Ecurriculum%5C%2Fchallenges%5C%2Fenglish%5C%2F%2F&type=code&p=1
It's not as much in which file they are, but at which point they are present on page. Tests 3-13 are using similar wording as tests 1 & 2. 1...
Wouldn't that mean, after encountering error, it wouldn't be possible to try again to load more authors? Unless page/preview is reloaded?
I'd say more convenient is still being able to use the button when errors happen.
Please note the callback function needs to return result of `item.id === currentTask.id`, otherwise `findIndex` method will not work as intended.
> I think you changed the tests on 18 and 29 cause of the funny trick you found. Here's what GPT says: That's the one! > But the first test...
Does it need to be a part of challenge editor? It sounds like something that could exist as a separate script, which still would need to be double checked.