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

Question about Javascript

Can someone tell me how i supposed to learn javascript ?? and what i should study in it ?? step by step ... I learned basic of javascript like :- -simple variables -conditional statement

  • strings -numbers -booleans -function -loop -arrays i studied all these, my question is what i should learn more ?? because i haven't any experience in javascript, so can someone give me a plan for how to study javascript step by step.

4 Answers

I recommend following the Full-Stack JavaScript Track @ https://teamtreehouse.com/tracks/fullstack-javascript if all you know about what you want to do is that you want to use JavaScript. Or do you know what kind of projects you are looking to do with JavaScript? Front-end development? Or things like this:

http://blog.teamtreehouse.com/7-awesome-things-can-build-node-js

Going through the Full Stack JavaScript track is a good place to start. Along the way, think about what you want to do with JavaScript, and start reading and practicing more with those types of extensions. If you are not sure what you can do with it, the classes along the track might help quite a bit. Along the way they will mostly discuss browser application, but node.js is a good way to start looking outside of that. Either way, learning about the native objects as well as object oriented JavaScript will be at the core of what you are doing. If you are not as interested in DOM manipulation, libraries like jQuery may be of little interest.

Thank you Jason about your fast reply ... Ok can you tell me more details ?? to be honest with you i didn't understand, Ok i will keep studying more about javascript but i need to know what i should study first and after, and should i study jQuery right now or i should improve myself in javascript first and after that jump to jQuery I need a plan to study javascript language. and Thanks alot about your explain i appreciate that.

Wow, That's what i want Thank you so much! Jason first i didn't understand what you mean with " Full-Stack JavaScript Track " but Know i see it your answer really help me, i was confused about javascript Thank you again. you are the best :)

No problem! I hope the track helps you