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 trialkarl croft
1,120 PointsIn "Input and Coding", why swap from top to bottom console? In a nutshell?
In "Input and Coding", why swap from top to bottom console? In a nutshell? I am not advanced enough to understand....
2 Answers
Kailash Seshadri
3,087 PointsIf you're asking about him moving to the bottom part of the worspace, which is called the console by the way, it is so that we can open up the REPL. This cannot be done using the code editor on the top. I am assuming what the REPL is and what it does has been explained to you in a previous video., but feel free to reply to this if you have any questions
Courage Ngonidzaishe Moyosvi
28,998 Pointsi think that is what our fellow programmer is asking that was a good explanation
Courage Ngonidzaishe Moyosvi
28,998 Pointswriting code is a two way process that is there is the the code you write which makes the input part of the process then you have to see what has been produced by what you have written which is the output and hence our workspace is also made up of two parts the text editor and the console
Steven Parker
231,198 PointsSteven Parker
231,198 PointsI don't quite understand your question. At what time point in the video do you see what you are asking about?