Remove "jQuery" from "JavaScript Frameworks" (#32195)

It is more or less inaccurate to define jQuery as a framework. Many people don't mind it, though. To see the difference between the concepts of libraries and frameworks, please refer to "inversion of control": https://stackoverflow.com/questions/3057526/framework-vs-toolkit-vs-library/3057818#3057818
This commit is contained in:
Yizhou Sun
2019-02-19 21:20:50 -05:00
committed by Randell Dawson
parent 228807ec63
commit 4ba7381167

View File

@@ -50,11 +50,10 @@ Mozilla also offers Rhino, an implementation of JavaScript built in Java, typica
WebKit (except for the Chromium project) implements the JavaScriptCore engine. WebKit (except for the Chromium project) implements the JavaScriptCore engine.
## JavaScript Frameworks ## JavaScript Frameworks
Most frequently used JavaScript [Frameworks](https://skillcrush.com/2018/07/23/what-is-a-javascript-framework/) are React JS, Angular JS, Create JS, jQuery, nodeJS etc. Most frequently used JavaScript [Frameworks](https://skillcrush.com/2018/07/23/what-is-a-javascript-framework/) are React JS, Angular JS, Create JS, nodeJS etc.
For details, follow this [link](https://javascriptreport.com/the-ultimate-guide-to-javascript-frameworks/). For details, follow this [link](https://javascriptreport.com/the-ultimate-guide-to-javascript-frameworks/).
## Additioinal Resources ## Additioinal Resources
- [W3C JavaScript Reference](https://www.w3schools.com/jsref/) - [W3C JavaScript Reference](https://www.w3schools.com/jsref/)
- [FreeCodeCamp Curriculum](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript) - [FreeCodeCamp Curriculum](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript)
- [MDN Docs](https://developer.mozilla.org/bm/docs/Web/JavaScript) - [MDN Docs](https://developer.mozilla.org/bm/docs/Web/JavaScript)