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 trialRiin A.
14,431 PointsJavascript...uhhh so complicated..
Hi
I have studied HTML and CSS and I understand them and have use them, but JavaScript... I know it is "must know" language for front-end and I would really like to learn it. So far Iยดm half way of JavaScript foundation and i just don't understand how i can use JavaScript in future.
Is it only my problem and will i start to understand the JavaScript :) If you have had same issue, then what was your trick... :)
Thank you!
7 Answers
Iago Wandalsen Prates
21,699 PointsJavascript can actually be used as a server-side language (node.js), and I assume you are talking about 'pure Javascript', in which case, can be better than JQuery when you don't really need that much DOM manipulation, saving quite some space on your application, and you will need to understand javascript well in order to make Single Page Applications (SAP), (example: Gmail), using librarys/frameworks such as Backbone and Angular. SAP's have been increasing in popularity, as it saves lots of server processing, and makes the client process a great deal of information before sending to the server, making the server more efficient. Knowing Javascript is a must nowadays for front-end.
Joseph Greevy
4,990 PointsDon't lose heart after you learn javascript learn jquery and that makes interactivity fun and easy. It took me two attempts to get through course for javascript on codecademy but when I did it brought my code to the next level. I haven't felt what you are feeling now since
Adama Sy
7,076 PointsI think Java script is the well explained program since i started using treehouse. It's the real step by step course here .
jne
12,613 PointsI have the same problem. I know a bit of javascript now, but i don't know what arrays and functions would be useful for since it can all actually be done with a server side scripting language like php. Anyone have some only thing to do with javascript stuff??
Zuhair Ali-Khan
Courses Plus Student 3,587 PointsTo be honest, learning javascript for me was easy. Javascript is critical to making your websites more interactive. When you feel comfortable with that, move on to incorporating jQuery into your projects.
Adama Sy
7,076 Pointsthe best thing I have done is to combine my course online with threehours with Javascript books, Jquery book and css too. you can't have everything here, so make some purchase to help you learn more.
Riin A.
14,431 PointsThanks everybody for answering. I will keep learning and i'm sure eventually will get it :)