Quiz Question 1 of 3
What is minification?
Choose the correct answer below:
-
A
Minification is the process of loading JavaScript at the bottom of a webpage.
-
B
Minification eliminates the need for CSS files by packing them all into JavaScript that can then be executed asynchronously.
-
C
Minification is an image compression process similar to JPEG.
-
D
Minification reduces the file size of JavaScripts and CSS by removing spaces, line breaks, comments, long variable names, and via other optimizations.