InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of minifying the JavaScript?(a) To streamline the visits(b) To save the visits(c) To save data(d) To increase the loading timeThis question was posed to me in an online quiz.This question is from JavaScript Minification in portion Performance Measures in JavaScript of JavaScript |
|
Answer» The CORRECT choice is (a) To streamline the visits |
|