JavaScript Library: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A JavaScript Library is a Library (Computing) that ... * <B>See:</B> World Wide Web, Library (Computing), JavaScript, Ajax (Programming). ---- ---- ==R...") |
No edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[JavaScript Library]] is a [[ | A [[JavaScript Library]] is a [[software library]] designed for [[JavaScript code]]s (using [[JavaScript]]). | ||
* <B>See:</B> [[World Wide Web]], [[Library (Computing) | * <B>Example(s):</B> | ||
** [[D3.js]]. | |||
** [[React.js]]. | |||
** [[JQuery.js]]. | |||
** [[Fuse.js]]. | |||
** … | |||
* <B>Counter-Example(s):</B> | |||
** a [[JavaScript SDK]]. | |||
** a [[Python Library]], [[Java Library]], [[Scala Library]], [[Perl Library]], or [[PHP Library]]. | |||
* <B>See:</B> [[World Wide Web]], [[Library (Computing)]], [[Ajax (Programming)]]. | |||
---- | ---- | ||
---- | ---- | ||
==References== | |||
== References == | |||
* http://wikipedia.org/wiki/list_of_JavaScript_libraries | |||
=== 2016 === | === 2016 === | ||
* (Wikipedia, 2016) | * (Wikipedia, 2016) ⇒ http://wikipedia.org/wiki/JavaScript_library Retrieved:2016-2-14. | ||
** A '''JavaScript library''' is a [[Library (computing)|library]] of pre-written [[JavaScript]] which allows for easier development of JavaScript-based applications, especially for [[Ajax (programming)|AJAX]] and other [[World Wide Web|web-centric]] technologies. | ** A '''JavaScript library''' is a [[Library (computing)|library]] of pre-written [[JavaScript]] which allows for easier development of JavaScript-based applications, especially for [[Ajax (programming)|AJAX]] and other [[World Wide Web|web-centric]] technologies. | ||
---- | ---- | ||
__NOTOC__ | |||
[[Category:Concept]] | [[Category:Concept]] | ||
Latest revision as of 04:33, 6 March 2024
A JavaScript Library is a software library designed for JavaScript codes (using JavaScript).
- Example(s):
- Counter-Example(s):
- See: World Wide Web, Library (Computing), Ajax (Programming).
References
2016
- (Wikipedia, 2016) ⇒ http://wikipedia.org/wiki/JavaScript_library Retrieved:2016-2-14.
- A JavaScript library is a library of pre-written JavaScript which allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies.