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 |
Basic methods for opening a popup window using javascript?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
What does "1"+2+4 evaluate to?
Does javascript support automatic type conversion?
What is variable typing?
How much does a javascript developer make?
Mention what is the disadvantage of using innerhtml in javascript?
e=1+x/!+x2/2!+x3/3!+.... in javascript
How to update a function in javascript?
In Java coding we will write a public static void main()? Why won't we write as a static public void main()
Why is javascript good for websites?
What is double exclamation point?