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 trialEzekiel Yu
2,364 PointsScript tag doesn't work
I put a script tag inside the body and it doesn't work it looks like this
<script src="js/math.js"></script>
1 Answer
Nathan Marshall
6,031 PointsTry quotation marks within the src. So --> <script src="js/math.js"></script>
Ezekiel Yu
2,364 PointsEzekiel Yu
2,364 PointsActually I already did that at the first place. I found out that somehow Treehouse JS file had a problem so I made new file with the same name and it did work.
Nathan Marshall
6,031 PointsNathan Marshall
6,031 PointsHmm thats interesting. Well done for finding a solution yourself dude!
Ezekiel Yu
2,364 PointsEzekiel Yu
2,364 Points??