< JavaScript Programming
JavaScript Programming/Libraries and Frameworks
This lesson introduces JavaScript libraries and frameworks.
Objectives and Skills
Objectives and skills for this lesson include:
- Understand the advantages and disadvantages of using JavaScript libraries and frameworks
- Recognize currently popular JavaScript libraries and frameworks
Readings
Multimedia
Examples
Activities
- List advantages and disadvantages of using JavaScript libraries and frameworks.
- Research currently popular JavaScript libraries and frameworks. Consider different source approaches, including market share, industry recommendations, GitHub usage, and job search listings.
Lesson Summary
Key Terms
- term
- definition
- Library
- Collection of functions that are used to reuse and simplify coding.[3]
- Framework
- A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. For example, many frameworks provide libraries for database access, templating frameworks and session management, and often promote code reuse.[1]
See Also
References
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.