InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following is more efficient in terms of the file size reduction?(a) YUI(b) Closure Compiler (advanced)(c) Minify(d) Closure Compiler (simple)I got this question at a job interview.My doubt is from JavaScript Minification topic in division Performance Measures in JavaScript of JavaScript |
|
Answer» The correct choice is (b) Closure COMPILER (advanced) |
|