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
nicholas maddren
12,793 PointsI haven't learnt much from the JavaScript course
So I have pretty much completed the JavaScript basics course however I still dont have a clue how I can add basic functionality to my web pages. I have learnt all about the language itself however I don't have a clue how to select elements and make changes to the actual HTML, I know how to document.write however that doesn't really help.
Are there any other courses on here that might actually help with JavaScript and actual web development?
Thanks, Nick
1 Answer
Julian Gutierrez
19,325 PointsFor pure Javascript I recommend "Interactive Web Pages" with JavaScript by Andrew Chalkley, if you would like to move on to using jQuery "jQuery Basics", also by Andrew Chalkley, is a great course to learn about adding functionality to your site. If you would like to concentrate on learning Javascript I would strongly recommend following the "Full-Stack JavaScript" track.