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 trialSulejman Ljimaj
6,558 PointsPHP and other Programming languages
Can you also include files this way with other programming languages? Like with Python or JavaScript? Thanks.
2 Answers
Antonio De Rose
20,885 Pointsyes you can, in python you use, import instead of include, javascript is a script, that could be included only in HTML file, javascript cannot include in another javascipt file
below links should help you https://stackoverflow.com/questions/4634644/how-to-include-js-file-in-another-js-file/4634669 https://stackoverflow.com/questions/2349991/how-to-import-other-python-files
Sulejman Ljimaj
6,558 PointsAwesome, thank you :)