πŸ“Š JavaScript
Q. What is scorched-earth optimizations?
  • (A) They optimize based on certain constraints
  • (B) They strip out everything including best practices
  • (C) Based on certain constraints
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) They strip out everything including best practices

Explanation: Closure Compiler runs through a number of “scorched-earth” optimizations—it unfurls functions, rewrites variable names, and removes functions that are never called (as far as it can tell).

Explanation by: Mr. Dubey
Closure Compiler runs through a number of “scorched-earth” optimizations—it unfurls functions, rewrites variable names, and removes functions that are never called (as far as it can tell).

πŸ’¬ Discussion


πŸ“Š Question Analytics

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