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

Eric Owusu
Eric Owusu
246 Points

Challange Task 1 of 2. There two files. not sure thr required html to add to the j.s file. can you help please

help with challenge task 1 of 2 html file & shout.js file

3 Answers

Remember that the html tag to add Javascript files needs a closing tag, for example <script src = "whatever.js"></script>

Michael Williams
PLUS
Michael Williams
Courses Plus Student 8,059 Points

First, you don't add HTML to the javascript file. Only javascript goes inside javascript files.

Second, you need to add <script> tags to point the html in the direction of the javascript. Watch this video again. Around the 2:25 mark, it'll give you a pretty good idea of how to solve this challenge.

Óscar Hernández sandoval
Óscar Hernández sandoval
9,257 Points

Do not forget to add <script>text/Javascript</script>