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 trialIsaiah Jenkins
1,060 PointsThe 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>
melanieelanduenas
Full Stack JavaScript Techdegree Student 528 Pointssame exact situation, the 2nd script works just not the first part(from script.js)
1 Answer
josephweiss2
7,094 PointsIf 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
Steven Parker
231,172 PointsSteven Parker
231,172 PointsWe 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.