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

Development Tools Introduction to Git First Commits Staging Changed Files

The teacher says he adds things to medal.html and then activates it in the console. How do I activate it? I pushed down

I pushed down then his enter and I still had the treehouse home up without the medal files showing?

1 Answer

When the teacher says "activate the console", all he referring to is that his cursor is currently in the code pane (in the top panel of the workspace). By just clicking down in the bottom pane (the terminal/command line area) that now puts the cursor (or "focus") there, thus "activating it", which allows him to start typing terminal commands. Without the click in the bottom pane, any typing would continue to put characters into the code file. Does that make sense?

I hope that helps. Happy coding!