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 Random Quote Generator

1 Answer

Yes. You should probably install a text editor of your choice. Some great ones are:

  • Sublime Text ($79.99 but unlimited free trial)
  • Brackets (free)
  • Atom (free)
  • Visual Studio (free)
  • And many more (you can always look up something like "top 10 text editors" in Google search or your favorite search engine)

I personally enjoy coding in Sublime Text the most and Treehouse also commonly uses Sublime.

However, I recall using Brackets and I remember liking it a lot.

I never tried Atom but it seems like a great text editor as well, and Treehouse sometimes uses Atom, too.

Also, according to the project, you have to post the project on GitHub once your finished.

I hope this helps. ~Alex

Neil Bircumshaw
seal-mask
.a{fill-rule:evenodd;}techdegree
Neil Bircumshaw
Full Stack JavaScript Techdegree Student 14,597 Points

Thanks Alex! It would be nice if they actually mentioned that you would have to do that, especially for someone who isn't aware that that needs to be done! I currently have only notepad ++, you think I should go for a better editor like one of your recommendations?

It's 100% up to you! If you feel like installing a new text editor is a big waste of time, you don't have to!

However, text editors can be easier to work with, since they were design specifically for one purpose (I think you know the purpose, PROGRAMMING! :smile:).

For example, there is Text Coloring (Workspaces has this too, for example the keyword function is a different color than regular text, and there's special searches and code completion and so on.

You can always look up these special features that these text editors support. :)