How to avoid getting burnt out when learning Javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to avoid getting burnt out when learning Javascript?

I've been studying and learning javascript for about 4 weeks now but my brain is no longer holding any information that's related to js.... yesterday was the first time that I felt like this. Like a didn't want to learn it. I still kind of feel like this today. Last week I was finally able to create functions with parameters and i was able to make sense of them but now I can barely form a basic var... Should I take a break?

11th Apr 2019, 7:40 AM
Jake Serrano
Jake Serrano - avatar
3 Answers
+ 10
Make small projects. That's the only way to keep js in mind...
11th Apr 2019, 8:28 AM
Arushi Singhania
Arushi Singhania - avatar
+ 7
No, burn it. You got a spree. Focus on applying what you learnt on a project.
11th Apr 2019, 7:59 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
When you feel what you did before stops to work, switch gears for a while. If it was all studying, write code now. If you have no idea, for example pick an easy task from 'Coding Challenges'. Also there is usually something you could learn that is not as hard, for example a bit more html or css. Also, often just remembering is problematic. People seem to believe they won't forget what they understood, but unfortunately that's not always true - the brain tends to throw out what you haven't been using regularly for a sufficiently long time. More about this specific problem: https://code.sololearn.com/W4P13u4XCmf9/?ref=app https://code.sololearn.com/cL3QVCSUn0bp/?ref=app
11th Apr 2019, 8:55 AM
HonFu
HonFu - avatar