InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the product Minify?(a) Storing the data(b) Streamlining the data(c) Proxies the JavaScript file(d) Loading the dataThis question was posed to me by my school principal while I was bunking the class.My question is based upon JavaScript Minification topic in section Performance Measures in JavaScript of JavaScript |
|
Answer» CORRECT option is (c) PROXIES the JavaScript file The explanation: Minify proxies the JavaScript file; the SCRIPT tag on the page points to Minify, which is a PHP file. |
|