What does the Minify return back to the Script tag?
A
File I/O
B
Minify JavaScript
C
HTTP Request
D
Gzip encoded
Correct Answer: Gzip encoded
Minification refers to the process of removing unnecessary or redundant data without affecting how the resource is processed by the browser. The Minify sends back the gzip encoded back to the Script tag.