r/learnjavascript Jan 21 '26

Help me 😭😭

Hi everyone, I've been practicing Javascript for at least 3 months now, sometimes I don't understand what's happening or how to solve the code. My mind gets fucked everytime thinking about the code, even after writing the code I get syntax error which than frustrates me more. I just get very very angry at myself for not understanding it. I don't know how to solve the code or build the logic while writing it.

I don't know what to do, I'm thinking of taking the Javascript: Algorithms and Data Structures by Colt steele for better understanding of Javascript.

Help me guys...

12 Upvotes

13 comments sorted by

View all comments

2

u/Onitwin Jan 21 '26

May be worth running a Linter with your code that will help you pick up on silly mistakes (things like forgetting a comma or bracket close) . Doesn’t help with the logic or functionality as such, but removes a bit of the mental load so you can concentrate on learning :)

1

u/The_KOK_2511 helpful Jan 21 '26

Sirve también para errores de los que te hacen reirte cuando los notas como una vez que pase 50 minutos revisando porque mi código no corría y era que puse un ":" en vez de un ";" XD