?Explain what a library is and what it is used for, and name one commonly used library.?

What will be an ideal response?

In addition to storing scripts for multiple pages in the same website, sometimes JavaScript source files store especially useful generic scripts used on many different websites. These files, known as libraries, are often developed by a single programmer or a team of programmers and distributed online. Many libraries are developed to solve a problem on one website and turn out to be useful for other sites as well. Programmers often make libraries available for free reuse.A handful of libraries are commonly used to perform a variety of functions on large, complex websites. For instance, Node.js and Backbone.js contain tools for creating and managing large web applications. Another library, Modernizr, is widely used to enable web authors to deliver a consistent des?ign and functionality across different browsers, browser versions, and platforms.?

Computer Science & Information Technology

You might also like to view...

Which of the following types of methods do not have any return type (not even a void return type)?

a) methods declared as static b) methods declared as public c) methods declared as private d) constructors e) all of the above have return types

Computer Science & Information Technology

In Photoshop, with the GIF/PNG8 format, all of the following are options for transparency EXCEPT ____.

A. index B. alpha C. dither D. no transparency

Computer Science & Information Technology