Web Programming Practice Test
Web Programming Web Performance and Optimization
What does minification do to JavaScript or CSS files?
Select your answer
A
Encrypts the file content
B
Removes whitespace, comments, and shortens names to reduce file size
C
Compresses files using gzip
D
Combines multiple files into one
Hint