Computer Science, asked by kohli9784, 11 months ago

What does a JavaScript plugin consist of?

Answers

Answered by qwtiger
0

Firstly, A plugin is a piece of software that gives the browser or website an additional functionality. As far as java script plugins are concerned they consist several types of functions or APIs for making website or a web app more responsive and dynamic. For example loader plugin in java script implements the APIs, Similarly, index! plugin that will load a module name given an index.

Answered by Anonymous
0

JavaScript is a scripting language which is dynamic, prototype-based and a multi-paradigm. It is one of the core technology of web pages. It enables interactive web page. The programming styles supported by JavaScript are functional, event-driven and imperative. JQuery is a library of JavaScripts. JavaScript consists of APIs for working with arrays, texts, dates, regular expression and DOM, it doesn't include I/O.

Similar questions