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! Add JavaScript to HTML

Isaiah Jenkins
Isaiah Jenkins
1,060 Points

The first set of script tags linking js file to html did not work <script src="js/script.js"></script>

the second script tag in html was executed successfully. <script> alert("Another message from inside index.html"); </script>

Steven Parker
Steven Parker
229,787 Points

We need more information to replicate the issue. Take a look at this video about sharing a snapshot of your workspace, and perhaps also this one about Posting a Question.

same exact situation, the 2nd script works just not the first part(from script.js)

https://w.trhou.se/cls3yq26d1

1 Answer

josephweiss2
josephweiss2
7,091 Points

If its exactly the right spelling like this: <script src="js/script.js"></script> and the js file is inside the "js" folder and the js file's name is "script.js" then it will work