FreeCodeCamp Question for JS
Archived 5 months ago
A
🦁AliAsh
Verified
Hello everyone
I am doing one of the FreeCodeCamp questions. No matter how hard I tried, I could not complete two of the tasks in this question. I used all the AI models for it, but maybe strangely, none of them could complete these two tasks. I would be grateful if you could guide me in completing these two tasks **(tasks number 20 and 21)**
Question Link: https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/build-an-rpg-creature-search-app-project/build-an-rpg-creature-search-app
Failed tasks:
Failed: 20. When the #search-input element contains a valid creature ID and the #search-button element is clicked, the UI should be filled with the correct data.
Failed: 21. When the search button is clicked, the app should send a fetch request to the correct endpoint for the creature name or ID.
