Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Paul Barron
Paul Barron
6,595 Points

Programming Still a Blur

I just finished the the Intro to Programming and I have to say I'm still not sure I get it. The funny thing is that I aced all the quizzes. Will the Javascript Foundations help make sense of everything or should I be worried?

4 Answers

There's definitely a learning curve to programming. I wouldn't be worried about not getting it, especially if you've just started. Practice is what you need.

Study the videos again, try to create simple programs (avoid DOM manipulation until jQuery, I'd say) and always Google your issues/questions. The Mozilla Developer Network is a great place to inspect the workings of Javascript methods and uses.

Again, programming may take you a while to 'get'. Try not to be to frustrated :)

Jason Early
Jason Early
52,944 Points

The thing that helped me make sense of programming is practical application. The intro concepts are easy enough to understand, but you truly start to understand programming by applying those concepts to something real. I recommend going through the intro courses a couple times before moving on if you're finding it challenging.

1 piece of advice I could give you is trying out visual basic, and making a simple application using that to get the hang of basic aspects of devolopment

Paul Barron
Paul Barron
6,595 Points

Thanks for the responses. I see it, but it's hard for me to define. It's kind of like knowing what a word means, but not knowing the definitive definition.