InterviewSolution
Saved Bookmarks
| 1. |
What is a closure compiler UI?(a) Run time application(b) Web application(c) Standalone application(d) Changes structures |
|
Answer» Correct option is (b) Web application Explanation: The Closure Compiler is a tool for making JavaScript download and runs faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. A closure compiler UI is a web application. |
|