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 data |
|
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. |
|