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 Introduction to Programming Basics Writing Your Program

Starting a JavaScript file

I am using Sublime as my text editor. I am brand new to programming. Please tell me how to open up a file in sublime using Chrome? thanks!

3 Answers

Jeremy Germenis
Jeremy Germenis
29,854 Points

In chrome you can go to file -> open or you can drag and drop the file into the browser window. Or here is a plugin for setting up a local preview: https://github.com/Nijikokun/Prevu

Thanks Jeremy!

Taylor Weeks
Taylor Weeks
4,009 Points

Alternatively, if you save the file as .html, you can open the file using your preferred browser.

Thanks Taylor!