What is the return type of the script tag?
A
File I/O
B
Minify JavaScript
C
HTTP Request
D
Gzip encoded
Correct Answer: HTTP Request
The script tag sends the HTTP Request to the Minify. Minify reads the JavaScript file in, minifies it and when it responds it sets the accept encoding HTTP header to gzip, deflate.