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

Easiest way to learn JavaScript?

Any tips for mini-projects to do outside of treehouse?

Would like to add that I am a designer with good knowledge in css/html and Jquery, but 'hand coding' Javascript is challenge for me.

Learn the foundatations of Javascript via treehouse/youtube or any other source. Stuff like if/else, boolean, variables, loops, arrays etc.

Than watch the best jquery tutorial on the web: http://net.tutsplus.com/articles/news/learn-jquery-in-30-days/

4 Answers

Here is some more useful sites to help guide you. Also be sure you have either Chrome Dev Tools or FireBug for Firefox. These tools help greatly for any development.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference

http://dochub.io/#javascript/

http://jqfundamentals.com/chapter/javascript-basics

Use this awesome tool to check your code http://jshint.com/

As far has books go O'Riley media has some some awesome books, and relatively inexpensive

Hope this helps you out.

The dochub.io JavaScript content is the same content from Mozilla, just searchable.

Dochub is pretty neat, then I found devdocs.io which has the same content from MDN.

I really like this book: http://eloquentjavascript.net

You can read it for free on the site.

Check out the exercises on pairuptocode.com

You also might want to check out Learn Street's JavaScript Course

Thank you very much for your answers people! I seem to learn best from a mix of tasks and reading books/following a project.

Cheers :)