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

General Discussion

Mohammed Elagouz
Mohammed Elagouz
2,162 Points

Okay, i just don't get Javascript

Hello, I thought about writing this post for long time but i am just so frustrated with it. this is the 3rd time i am trying to go through learning JS and its not working for me ! i mean i know about for loops , functions if/else .... but i dont know how to use them or how to build something with it ! when i was in collage and i started to learn 3D software like 3D max or Maya i knew fast how to do something with this new skills. same happend with HTML and CSS but when it comes to JS ... its not working !! can someone help me with a tip or something or tells me what i am doing wrong ? thank you

2 Answers

Tony Nguyen
Tony Nguyen
24,934 Points

You're probably doing the Javascript Foundations, which is meant for strictly learning about how javascript works and not how they interact with websites yet. You will learn that later on. It is important that you understand the javascript language first before you can implement them in your websites.

Mohammed Elagouz
Mohammed Elagouz
2,162 Points

yea i am doing JS foundations , i think i should have more patience....

James Barnett
James Barnett
39,199 Points

Learning to program is entirely unlike using Maya or CSS. Learning program is about learning to break a problem into smaller parts and then thinking algorithmically to solve those problems. Learning syntax is often the easier part learning to program.

One way to learn this is the work through the Karel problem solving exercises on CodeHS.

You can also check out learn to program which is an online book that uses Ruby to teach programming concepts.

Mohammed Elagouz
Mohammed Elagouz
2,162 Points

loved that Karel website its so fun ! thanks for sharing