Tell us what’s happening:
i think theres a problem with this step. need help
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: index.tsx */
{/* User Editable Region */}
useEffect(()=>{
try {
} catch (error) {
}
},[player]);
{/* User Editable Region */}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36
Challenge Information:
Build a Football Player Card Builder - Step 69
GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-build-a-football-player-card-builder/69ea0939f2f92cfc6c7a850d.md at main · freeCodeCamp/freeCodeCamp · GitHub
ILM
July 27, 2026, 1:37pm
2
blueotino:
()=>
add one single space here before the =
ohh God why this is painfull
ILM
July 28, 2026, 9:42am
4
this is the test that is a bit too strict, but we are working on it
The issue is just formatting. freeCodeCamp’s checker is expecting a space before the in the arrow function. Change it and run the test again. It’s a small syntax style check, not a logic problem.