Explain the difference between .js and .min.js?
Both .js
and min.js
have the same functions. But, min.js is a compressed version of .js with comments and whitespaces stripped out of it to preserve bandwidth.
BY Best Interview Question ON 26 Jan 2019