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 |
How to convert json string to object?
How to create an array in javascript?
What is a prompt box in javascript?
How do you check if an object is an array or not?
Taking a developer's perspective, do you think that that javascript is easy to learn and use?
What is the importance of javascript?
What is difference between var x =1; and x=1;?
Does spread operator deep copy?
What is local scope in javascript?
What are the concepts of object oriented programming?Explain with an example.
How to print a web page using javascript?
find the common prime divisors of two given numbers