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

Learn coding by myself.. Suggests ?

Hi all,

I want to learn coding by myself in JS and Jquerry, not copy-pasting from the internet the codes that already are there. Can you suggest me a site or something like this to learn how to code by myself different things ? The basic things on this site i've learned are not enough.

Thx

One of the best ways to learn is to think of something (page, app, function) that you think would be cool to create, and then to sit down and try and make it yourself while referring to the documentation. Most of the stuff you will need is there, but if you get stuck, you can always do a web search for the thing you're trying to do, and most likely you'll find that the question you have has already been answered on some forum/page.

i want to get started, to reproduce a code ( also it has to be commented )

Another great (and free) option to learning JavaScript is CodeAcademy.com. They also have HTML, CSS, jQuery, Python, Ruby, and PHP courses. All free and all awesome!