Twenty eighth question in the quiz for a full-stack developer is about code minification. Do you know what it is?
Which sentence does describe JavaScript code minification in the best way?
- It is a coding technique to keep it clean and easy to read.
- It is a compiling phase done by JVM.
- It is writing unclean code by using short meaningless variable names.
- It reduces code size by eliminating unnecessary elements, renaming variables and functions.
For the correct answer scroll down
.
.
.
.
.
.
The correct answers are d. For more information check Code minification - an archaism?