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 Introducing the Practice

Ezekiel Yu
Ezekiel Yu
2,364 Points

Script 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
Nathan Marshall
6,031 Points

Try quotation marks within the src. So --> <script src="js/math.js"></script>

Ezekiel Yu
Ezekiel Yu
2,364 Points

Actually 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
Nathan Marshall
6,031 Points

Hmm thats interesting. Well done for finding a solution yourself dude!