1.

Which of the following is not the properties of a plug-in entry?(a) name(b) filename(c) mimeTypes(d) valueI have been asked this question in an online interview.My question is from Validation in chapter Caching, Debugging and Animation of JavaScript

Answer»

The correct option is (d) value

Explanation: Plugins are reusable portions of code which help you write EVEN LESS Javascript to achieve specific features on the client side. Each plug-in has an ENTRY in the ARRAY. Each entry has the following properties:

name – is the name of the plug-in.

filename – is the EXECUTABLE file that was loaded to install the plug-in.

description – is a description of the plug-in, supplied by the developer.

mimeTypes – is an array with one entry for each MIME type supported by the plug-in.



Discussion

No Comment Found

Related InterviewSolutions