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 am on Challenge task and trying to click on restart and it won't let me go next step

I am on Challenge task 1. after the step 2 I am trying to click on restart and it won't let me restart. it keep asking to start the challenge again.

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!');

2 Answers

Steven Parker
Steven Parker
229,783 Points

I was not able to replicate your issue, it always restarted for me.

But another way to restart a challenge is to simply refresh the page in your browser.

Also, just to be clear, the restart is simply a demonstration. To go to the next step you must select "Check Work".

Ian Bateman
PLUS
Ian Bateman
Courses Plus Student 6,583 Points

Refresh the page, or worst case scenario close the browser window and open it again.

You'll be able to find where you left off on the team treehouse home page, as long as you're logged in.