Google News
logo
jQuery - Interview Questions
Differentiate the concepts of .js and .min.js?
The jQuery library has two different versions Development and Production. The other name for the deployment version is minified version. 
 
Considering the functionality, both the files are much similar to each other. Being smaller in size, the  .min.js   gets loaded quickly saving the bandwidth.
Advertisement