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

kazihabib2
kazihabib2
838 Points

I would like to learn java script from the scratch.

I would like to learn java script from the scratch. Can you please tell me those course I start to follow steps by steps. Thanks

2 Answers

Ralph Johnson
Ralph Johnson
10,408 Points

I just checked the Javascript basics course again, and it is now being taught by Dave McFarland. I have not been past the first video but it looks like a good course. I would start there, if I were you! Good luck!!

Ralph Johnson
Ralph Johnson
10,408 Points

Javascript Basics is a good place to start. The teacher, Jim Hoskins, is very good, explains things well. The course doesn't delve into the way JS interfaces with web pages so much (hardly at all) it simply explains the basic concepts of the language itself.

Then there is a course that Andrew Chalkey teaches--I'm not totally sure of the title, but something like "building an interactive web application with Javascript." I found I had to take this one much slower--it gets very involved in the methods for using JS to select, bind to, and manipulate (change, update) html elements on the web page. If you follow slowly and carefully, this course covers a great deal of powerful information. But I did have to take it slow, because the concepts get fairly complicated. Andrew does his best to explain things thoroughly, but the ideas are not easy.