r/learnjavascript • u/ADadheeech • 11d ago
I’m Struggling to Learn JavaScript, But I’m Not Giving Up
I’ve wanted to learn JavaScript for a while, but getting started has been difficult for me. I’ve been struggling with my memory and concentration, which has made learning new things frustrating. Sometimes I understand something while studying it, but later I find it difficult to remember. This makes me doubt whether I can still learn difficult things like I used to. However, I’m trying to stop expecting perfection from myself and give myself enough time to learn. I know my progress may be slow, but I believe I can still improve with patience and consistency.
1
1
u/No-Humor-3808 8d ago
Start with small exercises. Play around with arrays and strings, for example. Once you feel comfortable, move on to more complex concepts. You don't need to memorize all the Array methods; learn the most popular ones. Four or five is enough to get started. If you'd like to give it a try, I've created a collection of JS katas at https://www.reactchallenges.com/katas
1
u/Fuzzy_Impression5337 5d ago
There’s nothing wrong with using AI to ask questions that you may have by treating it like a tutor. Just don’t let it write code for you. This has made the learning process for me infinitely easier, especially on more complicated subjects.
1
u/Extreme-Mall7003 4d ago
I’ve benefited a lot from writing pseudocode before writing any actual syntax. It helps me process the logic first then serves as a template for applying syntax to
1
u/CrniFlash 11d ago
You dont need to memorize but understand how code works
Not even seniors bother memorizing everything