InterviewSolution
Saved Bookmarks
| 1. |
Which of the following are JavaScript optimizers?(a) JSMin(b) Packer(c) Minify(d) Both JSMin and PackerI got this question in an online quiz.My question is from JavaScript Minification in section Performance Measures in JavaScript of JavaScript |
|
Answer» The correct choice is (d) Both JSMIN and Packer |
|