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

Explanation: To ensure that your first-time visits are as streamlined as possible, we NEED to minify our JavaScript. MINIFYING JavaScript results in decreasing the loading time and hence helps in CREATING a better user EXPERIENCE.



Discussion

No Comment Found

Related InterviewSolutions