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

Javascript for building website

I want to learn how to use javascript for building website but after watching the Javascript Basic inside Front-End Developer it's not enough..

I was expecting that they will teach like how HTML and CSS goes. Like for example:

How to build image slider, animation, dropdown, etc. using Javascript

Is there anyone can tell me where to learn using javascript for website?

3 Answers

You still have to be strong with html and css. You use javascript to co-erce it the html dom to work for you.

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

https://api.jquery.com/

Yes I also recommend the frontend track. You can also make slider with only css.

https://teamtreehouse.com/library/create-a-fullscreen-slider-with-css-2

animation, drop down menus also css. But jquery library is probably most of what you need to create animations. Angular js is for rest api manipulation and templating.

Sounds like the front end web development track would be a good one for you if you are interested in web development.

You need to learn HTML/CSS to be able to "build" a website. The front end web development track will provide you with the necessary tools to create many sites!

Stick with it. Developing websites has many parts and to learn a language like javascript you have to start at the foundations before working your way up to animations. As Derek suggests, choose a track such as the Front End Developer track and complete all the exercises. By the end of it, you should start to see how it all fits together.