Saved Bookmarks
| 1. |
What Is The Difference Between .js And .min.js ? |
|
Answer» min.js is basically the minified version of .js file. Both the FILES are same as far as functionality is concerned. .min.js is USED to increase the page performance as it is small in SIZE COMPARE to .js and takes less time to LOAD. min.js is basically the minified version of .js file. Both the files are same as far as functionality is concerned. .min.js is used to increase the page performance as it is small in size compare to .js and takes less time to load. |
|