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

JavaScript Introducing JavaScript Let's Make a Game Introducing Code Challenges

hi, I would like to see the instructional video once again how do I do that?

Just started with you your platform and would like to go back and see the video one more time before I take the challange. How do I do that?

index.html
<!DOCTYPE html>
<html>
  <head>
    <title>Welcome to Treehouse Code Challenges!</title>
  </head>
  <body>
    <h1>Greetings!</h1>
    <p>This is a webpage from inside a code challenge</p>
    <script src="js/app.js"></script>
  </body>
</html>
app.js
console.log('Hello, World!');

1 Answer

andren
andren
28,558 Points

When you are on a course page (both during challenges and lectures) there is a colored bar near the top of the screen that contain circles within it. Here is an image:

Treehouse Course Progress Bar

This is a progress bar showing how far into a section you have come. The circle with a user icon is the part of the section you are currently on, while the ones with a check mark are ones you have already completed. If you click on a circle you jump to that part of the course.

In this case you simply need to click on the first circle on the bar to jump back to the previous video.