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 trialMaryanne Gray
Courses Plus Student 290 Pointsworkspaces/console
If I scroll down when I am in my workspace, I see and area that says,"console". What is that all about? Thanks
2 Answers
Ryan Duchene
Courses Plus Student 46,022 PointsThe console is used for server-side languages like Python, Ruby, and (hopefully soon) Node.js. If you take the courses on Ruby and Python, you'll learn how to use it.
You also have a console in your browser that you can use to interact with JavaScript on the client-side.
Jon Benson
12,168 PointsHi Maryann, The console is used for Javascript, as well as other server languages. I believe it's an emulator.
James Barnett
39,199 PointsIn this case console is actually a terminal interface to the underlying Linux Virtual Machine (VM) and bears no relation to the similar concept you see in a browser.