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 the role of javascript in a web page?
Explain the difference between == and === in JavaScript.
What is a name function in javascript?
What is the difference between arrow function and normal function?
How do Javascript primitive/object types passed in functions?
To put a "close window" link on a page ?
Have you used any browser for debugging? If yes, how is it done?
How to access an external javascript file that is stored externally and not embedded?
How and where javascript namespacing is used?
how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.
How can a page be forced to load another page in javascript?
What is the use of a set object in javascript?