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

What I will learn ?

Hey I know javascript and familiar with jquey also but I want to learn more about javascript so I can build some really Interactive application using javascript. I only want to know if I will start fullstack javascript track what I will acheive at the end of that track. I also don't have any idea what angular,express & node is ?

1 Answer

Collin Perkins
Collin Perkins
8,811 Points

By the end of this course you should have a foundation to start building Full Stack applications.

MongoDB, Express, Angular and Node is called the MEAN Stack, this lets you build dynamic and interactive web applications (they all use javascript). You will touch on each of these and by the end of the course you will have built a full stack application. This lets you build the backend server (NodeJS/ExpressJS), connect it to a database (MongoDB) and send and show the data in the fontend (AngularJS).

Thanks