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 |
What is rest parameters in javascript?
What is encodeuri() in javascript?
What is use of JavaScript and jquery?
Difference between window.onload and onDocumentReady?
What is the difference between window.onload and ondocumentready?
What is the importance of <script> tag?
What is a function in javascript and how does it work?
What are the four types of javascript objects?
What is node ecosystem?
How do you include a comment in javascript?
How do I add a javascript event handler to an html page element?
Name the two functions that are used to create an HTML element dynamically?