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 trialKAMRAN IMRANLI
4,107 PointsWhat is "Fork Workspace"?
There are 3 options on the upper right corner of the workspace. First one is for taking a snapshot, the third one is the preview button, but the second one is called "Fork Workspace" and when i hit it, the new file opens and a new window on the bottom called "Console" opens. What are they for?
2 Answers
KRIS NIKOLAISEN
54,971 PointsFork workspace creates a copy of the workspace. This allows you to make changes to the copy without affecting the original.
The console is used for executing commands and displaying results in languages such as Java and Python. It can be toggled using the View > Show/Hide console menu item.
KAMRAN IMRANLI
4,107 PointsThanks Kris.