What is the difference between .js and .min.js? - Just Crack Interview

What is the difference between .js and .min.js?

What is the difference between .js and .min.js?

Ques:- What is the difference between .js and .min.js?
1 4120

One Answer on this Question

  1. jQuery library comes in 2 different versions Development and Production/Deployment. The deployment version is also known as minified version. So .min.js is basically the minified version of jQuery library file. Both the files are same as far as functionality is concerned. but .min.js is quite small in size so it loads quickly and saves bandwidth.

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top