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 (Retired) Introducing JavaScript Link to an External Script

So where do I add my alert function in the shout.js?

Where do I need to place the function?

1 Answer

Tim Knight
Tim Knight
28,888 Points

Hi Arman,

You'll notice the editor in the challenge actually has two tabs, one for the shout.js file as well as the HTML file you edit during the first task of the challenge. You'll want to switch to that file and then answer the question appropriately.

Inside the shout.js file, write the code for an alert dialog with the message 'I DID IT!'