From 94dfdb4019ad5589766321fe089270a016166a24 Mon Sep 17 00:00:00 2001 From: Carl Date: Mon, 19 Nov 2018 03:27:47 +0200 Subject: [PATCH] Added description to JavaScript Frameworks in index.md (#22144) * Added description to JavaScript Frameworks I added an extended description to the JavaScript Frameworks subheading to explain what they are. * spacing and capitalization --- guide/english/javascript/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/javascript/index.md b/guide/english/javascript/index.md index 7bb6162c681..2a695c47e03 100644 --- a/guide/english/javascript/index.md +++ b/guide/english/javascript/index.md @@ -33,9 +33,9 @@ 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 are React JS, Angular JS, Create JS, jQuery, nodeJS etc. -For details follow this [link](https://javascriptreport.com/the-ultimate-guide-to-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. +For more details follow this [link](https://javascriptreport.com/the-ultimate-guide-to-javascript-frameworks/). ## More Resourses