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 JavaScript Basics Hello, JavaScript! Debug JavaScript in the Console

Text matches but gives a different result

I matched the text to what the teacher has but he says at 1:52. The teacher says that a diolouge box should not pop up....but yet it does?

https://w.trhou.se/7lc2g86t38

1 Answer

Steven Parker
Steven Parker
229,787 Points

I tried your snapshot and I got exactly the same initial behavior as in the video (no alerts).

Now before you can proceed with making it work, you need to relocate the script.js file to the js folder, where the HTML file is looking for it.

Also, I noticed that your HTML has two copies of the script tag even though there's only one in the video.