Add custom script files to MVC project

How to add custom script files to your project. Writing inline javascripts is not a good practice when it comes to larger projects and its always recommend to use separate scripts files(custom script file (s)) for bigger scripts. Adding a custom script is not much complicated in ASP.NET MVC but still we have to follow some…