What is Minification



What is Minification..

Answer / hrpatelsoft@gmail.com

Minification is the process of removing all unnecessary characters(empty spaces are removed) and variables will be renamed without changing it's functionality. It is also a type of obfuscation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is the difference between childNode and children?

0 Answers  


Which javascript is best?

0 Answers  


How to embed javascript in a web page?

0 Answers  


What is encodeuri() in javascript?

0 Answers  


Which built-in method removes the last element from an array and returns that element?

0 Answers  






How do you define a class and its constructor?

0 Answers  


Can you assign an anonymous function to a variable?

0 Answers  


How to count the number of element in an array using javascript?

0 Answers  


How much time it will take to learn javascript?

0 Answers  


What are the javascript data types?

0 Answers  


What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }

1 Answers  


How to change the background color of HTML document using JavaScript?

0 Answers  


Categories