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

Rashid Mikati
Rashid Mikati
2,163 Points

Node.JS Question

I am learning JavaScript and took the JavaScript basics course up until the intro to arrow function syntax in the JavaScript full stack development track. I am looking to learn node.js and then express.js to do some backend development, what other courses should I take in the track before I start node? (I am trying to avoid front end development courses)

1 Answer

Jonathan Rhodes
Jonathan Rhodes
8,086 Points

JavaScript is more or less a front-end language without Node.js. That being said, I would recommend following through with the track until you reach the Node.js course. It relies on you knowing certain front-end concepts discussed in earlier courses.

Rashid Mikati
Rashid Mikati
2,163 Points

Alright, thanks Jonathan!