From 64ab5c78f6ea66ead3105d7421491447ede6ff69 Mon Sep 17 00:00:00 2001 From: CharlesMarlow Date: Wed, 21 Nov 2018 01:35:31 +0200 Subject: [PATCH] Added framework to Javascript frameworks section (#22637) Vue.js was added on line 34 as one of the prominent front-end frameworks for Javascript. --- guide/english/javascript/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guide/english/javascript/index.md b/guide/english/javascript/index.md index 2a695c47e0..33463738f8 100644 --- a/guide/english/javascript/index.md +++ b/guide/english/javascript/index.md @@ -33,10 +33,12 @@ Mozilla also offers Rhino, an implementation of JavaScript built in Java, typica WebKit (except for the Chromium project) implements the JavaScriptCore engine. ## JavaScript Frameworks -JavaScript frameworks are application frameworks that can be applied to existing JavaScript code. They are often used for front-end development and web applications. The most frequently used JavaScript frameworks are React JS, Angular JS, Create JS, jQuery, nodeJS etc. + +JavaScript frameworks are application frameworks that can be applied to existing JavaScript code. They are often used for front-end development and web applications. The most frequently used JavaScript frameworks are React.js, Angular.js, Vue.js, Create JS, jQuery, Node.js, etc. For more details follow this [link](https://javascriptreport.com/the-ultimate-guide-to-javascript-frameworks/). -## More Resourses +#### More Information [MDN Docs](https://developer.mozilla.org/bm/docs/Web/JavaScript) +