Answer Posted / 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 View All Answers
What are the types of variables in javascript?
How to manage exception handling in javascript?
How do I open a .js file?
How would you check if a variable is null/undefined?
What is the use of the ‘this’ keyword?
How much time it will take to learn javascript?
What is use strict in javascript?
Should you disable javascript?
What is an external javascript?
How to find operating system in the client machine using javascript?
How to get value from radiobuttonlist control?
What is the difference between Local Storage and Session Storage?
What is arguments object in JavaScript?
Is javascript event driven?
What is enum with example?