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 trialSon-Hai Nguyen
2,481 PointsSo Treehouse's workspace is technically a web based console right?
So Treehouse's workspace is technically a web based console right?
3 Answers
Eric M
11,546 PointsHi Son-Hai,
It's not particulary important for learning more about programming, but Treehouse's Workspaces
are a web application virtual envrionment incoporating directory and file managment, text editing, a console, some minor verstion control and sharing features, and possibly other things I'm forgetting.
They're similar to something like repl.it, though more focused on assisting with the coursework here.
They're designed to simplify a learning to code experience by removing the need to set up a development environment before trying out creation or modification of code.
Cheers,
Eric
Son-Hai Nguyen
2,481 PointsThank you so much Eric!! I'm a newbie here yeah, I guess a console is pretty enough for me for now :D
Sharon S Louden
Full Stack JavaScript Techdegree Student 373 PointsIt is good to know that by having workspace learning can be much faster rather than focussing on setting up the environment
Son-Hai Nguyen
2,481 PointsSon-Hai Nguyen
2,481 PointsHi, Thank you for your answer Eric. Hmm so console is one of them, and it is so much more than console only correct?
Eric M
11,546 PointsEric M
11,546 PointsNo worries, it is more than a console. Though even a console can be very powerful if you know what you're doing ;)