Q. What is the purpose of the advanced mode in the Closure compiler?

  • (A) Removing the variables and other parameters
  • (B) Renaming the variables and other parameters
  • (C) Slight alteration to improve the runtime performance
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) Renaming the variables and other parameters
Explanation: In Advanced mode, the Closure Compiler rewrites the JavaScript by renaming variables and functions from longer descriptive names to single letters to save file size, and it inlines functions, coalescing them into single functions wherever it determines that it can.
Explanation by: Mr. Dubey
In Advanced mode, the Closure Compiler rewrites the JavaScript by renaming variables and functions from longer descriptive names to single letters to save file size, and it inlines functions, coalescing them into single functions wherever it determines that it can.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
128
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
85%
Success Rate