Anna
Anna
@Sembauke @lasjorg I have no qualms about working on this.
> can you please assign to me this issue i have interest in this We typically do not assign issues. Instead, we accept the first pull request that comprehensively solves...
My concept of a solution involves creating and deleting a bunch of steps. Is everyone okay with that?
Because I had trouble with it and this section is going to be legacy soon, it's going to be lower on the priority list for me.
Actually they very much break the task data. https://github.com/freeCodeCamp/freeCodeCamp/issues/54524 This is the motivation behind the reasoning for updating the description and title. The id for the task will look like...
Another test where we check the order of the parameters seems good and we could probably use a helper I wrote for it.
This line kind of line is still wired for quotes though. ```js const [first, second, third] = codeWithoutComments.match(/(let )?\s*codingFact\s*=\s*(("|')?.+?\2?\s*\+\s*|favoriteLanguage\s*\+\s*(("|')?.+?\2?))/g); ```
Thank you for your contribution to the page! 👍 We are happy to accept these changes and look forward to future contributions. 🎉
While I do agree that a new test should be added, what should be our requirements for name and title matching? How exactly are we comparing them?
Where should the test go? I was leaning towards the `test-challenges` file but there's realistically a way better spot for it.