InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the UgilifyJS?(a) Exposes a simple API(b) Minification(c) Both Exposes a simple API and Minification(d) CompilationThe question was posed to me in semester exam.This interesting question is from Parsing Values using JavaScript topic in chapter Parsing, Benchmarking and Logging of JavaScript |
|
Answer» Right option is (c) Both EXPOSES a simple API and Minification |
|