From 4ba738116726655fc6bab74aeaa095fde188a42e Mon Sep 17 00:00:00 2001 From: Yizhou Sun Date: Tue, 19 Feb 2019 21:20:50 -0500 Subject: [PATCH] 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 --- guide/english/javascript/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guide/english/javascript/index.md b/guide/english/javascript/index.md index c3164bd3f5..8831c582c8 100644 --- a/guide/english/javascript/index.md +++ b/guide/english/javascript/index.md @@ -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) -