Minification removes unnecessary characters from code without changing its functionality. This reduces file size and improves loading times.
What gets removed: Whitespace, comments, and sometimes optional syntax elements.