JavaScript Library: Difference between revisions

From GM-RKB
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 [[Library (Computing)]] that ...
A [[JavaScript Library]] is a [[software library]] designed for [[JavaScript code]]s (using [[JavaScript]]).
* <B>See:</B> [[World Wide Web]], [[Library (Computing)]], [[JavaScript]], [[Ajax (Programming)]].
* <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) &rArr; https://en.wikipedia.org/wiki/JavaScript_library Retrieved:2016-2-14.
* (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]]
__NOTOC__

Latest revision as of 04:33, 6 March 2024

A JavaScript Library is a software library designed for JavaScript codes (using JavaScript).



References

2016