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

I have deleted what it is asking me but not letting me move forward

code challenge wants me to delete everything in html. I did that and when check work it shows me same thing I have already done but wont let me move forward. Is this a bug issue? or am I missing something?

index.html

app.js
console.log('Hello, World!');

1 Answer

Steven Parker
Steven Parker
229,732 Points

It looks like you skipped part 3 of the instructions:

  1. Select everything in the file "index.html" below, and delete it.
  2. Click the "Check Work" button. You should see an error appear.
  3. Click restart to set the file to its original state.
  4. When you are ready to move forward, click "Check Work". Now you'll proceed to the next step.