InterviewSolution
Saved Bookmarks
| 1. |
What is the outcome of using R along with minification?(a) Sheer file size reduction(b) File size increase(c) More efficient(d) CompatibilityI had been asked this question during an online interview.My question is from JavaScript Minification topic in chapter Performance Measures in JavaScript of JavaScript |
|
Answer» The CORRECT choice is (a) Sheer file size REDUCTION |
|