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:
committed by
Randell Dawson
parent
228807ec63
commit
4ba7381167
@@ -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.
|
||||
|
||||
## 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/).
|
||||
|
||||
## Additioinal Resources
|
||||
- [W3C JavaScript Reference](https://www.w3schools.com/jsref/)
|
||||
- [FreeCodeCamp Curriculum](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript)
|
||||
- [MDN Docs](https://developer.mozilla.org/bm/docs/Web/JavaScript)
|
||||
|
||||
|
Reference in New Issue
Block a user