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 Where Does JavaScript Go?

Raluca Turcanasu
Raluca Turcanasu
91 Points

not running the first script command - scripts.js

the JS command in scripts.js will not run and I can't figure out why.

Steven Parker
Steven Parker
229,657 Points

If you'd like some help with it, just show your code here and someone will take a look.

Raluca Turcanasu
Raluca Turcanasu
91 Points

solved it out, by adding the folder in which the js file is, namely: <script src="css/scripts.js"></script>

but i still don't understand why it wasn't like this in the video.

2 Answers

My car is making a weird noise and I don't know why

Ryan Martin
Ryan Martin
1,381 Points

You know what? We're beginners..we don't know if something is obvious or there needs to be more info to help resolve the issue.

Steven Parker
Steven Parker
229,657 Points

Congratulations on resolving your issue. :+1:

Once I saw the code, folder location would have been my first guess.