Need advice for learning JavaScript

Hello,

I am very new to code and need some advice.

I have worked my way through the responsive web design portion of the course and two of the projects.

I have now moved onto learning JavaScript but having a hard time keeping the information in my head. Just feels like a lot of information at once.

I’m not struggling to understand the concepts but more keywords and structure.

Has anyone else had this problem? Is it normal when learning your first languages?

Thank you in advance for any advice

Welcome to the forum.

FCC moves fast. And this is hard stuff. JS is harder than what came before.

And don’t feel like you have to memorize all of this stuff. Developer’s are googling stuff all day. It’s more important to have an idea what is available/possible and know how to google the details.

And don’t be afraid to do a little side research if something in the FCC material isn’t clear. I’d just advise to not get too side tracked. I used to keep a little note pad of things that I wanted to learn better and spend 30 minutes for a deep dive on particular subject when I had a little time on the weekend.

What you’re feeling is very normal.

If you get stuck on something, reread the material, google it, search the forum to see if the question has been asked. If none of that works, ask the forum - that’s why we’re here. Just try to be specific in the question - it makes for better answers.

Hi @adam_curry91 !

Welcome to the forum!

That is because it is :slight_smile:
You are learning a whole new way of thinking.
You are also learning programming basics on top of learning javascript.
The next few months will be a lot of information which is completely normal.
With practice and repeat exposure, the concepts will start to sink in and make more sense.
But it won’t happen all at once.
All some concepts will take more time to understand than others, so you have to be patient with yourself when it comes to learning.

Yes.
Everyone goes through this. :slight_smile:
It is completely normal.
You can search through the forums and find similar posts to yours and realize that it is just part of the beginner learning process.

Hope that helps! :slight_smile:

Thank you for the responses.

It’s reassuring that most go through this.

On the plus side I am really enjoying coding.

Hopefully in a year or two of learning I will be able to switch career.

2 Likes

I think that that, a good attitude, and a willingness to work hard are the best predictors of success.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.