JavaScript¶
Modular JavaScript¶
Also see: JavaScript modules (Mozilla).
Libraries and frameworks¶
jQuery¶
Website: https://jquery.com
First release: 2006
License: MIT
jQuery is a library to make it easier to work with documents, create animations or implement event handling across multiple browsers.
Angular¶
Website: https://angular.io
First release: 2016
License: MIT
Angular (also known as "Angular 2+") is an application framework developed by Google as predecessor AngularJS. It is based on TypeScript and uses NPM as package manager.