Hi Guys, I noticed there is lot of irrelevent Error messages showing during the code submision
For Example In:
Build a Reusable Profile Card Component
- string mismatch also show a top level error. It confuse the new commers and this indication distract from the real reason …
I am new to the open source forum and need some guidence form the forks
JavaScript General Code Feedback freeCodeCamp Support Guide
ILM
May 8, 2026, 1:19pm
2
what do you mean with “top level error”? please provide more details
For Example in the Below Lab from React course
Build a Mood Board
i made a string mismatch and JS Object mistakes errors, but while am running the checking my code its is showing as a
You should export a MoodBoardItem component. error
But thats not a issue the issue is only with string naming and JS Object (only showing to level errors )
ILM
May 9, 2026, 9:50am
4
if you feel it needs to be improved, please create an issue on github, but please give more details
okey i’ll create an issue with more details
I’m wondering if this is a plain Javascript error. Plain Javascript has lots of confusing errors like that, which is why Typescript was made. Typescript finds more errors, gives more helpful error messages, and scans your code for common problems before it is passed to JavaScript.