I'm having a problem with making .js files for my javascript project using visual studio2013. Where should i save made file to make it work with my project?

If you are using external .js files with your HTML you need to save it in the same directory as your HTML files.

You call the external js inside your HTML file like this:

<script src = "master.js"></script>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.