InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the advanced mode in the closure compiler?(a) Renames variables(b) Renames function(c) Both Renames variables and function(d) Changes structuresThis question was addressed to me during an internship interview.This is a very interesting question from The Closure Compiler topic in chapter Caching, Debugging and Animation of JavaScript |
|
Answer» Right option is (C) Both Renames variables and function |
|