Chapter 10. An introduction to JavaScript libraries and frameworks

After completing this chapter, you will be able to

  • Understand the role of JavaScript programming libraries and frameworks.

  • Understand how to define your own library.

  • Understand the role of third-party JavaScript libraries and frameworks and how to find more information about them.

Understanding programming libraries

In programming terms, a library is a grouping of code that provides common or additional functionality. Typically, libraries consist of one or more files that expose objects and functions. Within a program, a developer includes or calls the library to use these additional objects and functions. In this way, JavaScript libraries and frameworks are useful because they offload ...

Get JavaScript Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.