InterviewSolution
Saved Bookmarks
| 1. |
In how many modes can the closure compiler be run?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» Right answer is (b) 2 To explain: The Closure Compiler is a tool for making JavaScript download and run faster. There are totally 2 modes in which the closure compiler can be run namely: Simple mode Advanced mode. |
|