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 difference between attributes and property?
About document.getElementID? Explain giving one example. This was asked by a interviewer when i said that i know some JavaScript.
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
Why javascript is dangerous?
What is a framework programming?
What is the ‘Strict’ mode in JavaScript and how can it be enabled?
How to Object.entries( ) In JavaScript ?
How to get the contents of an input box using javascript?
what is difference between client side scripting and server side scripting?
What's relationship between JavaScript and ECMAScript? And What are JavaScript types?
How do I open javascript in chrome?
what is a difference of subclass and main class