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
This commit is contained in:
Carl
2018-11-19 03:27:47 +02:00
committed by Christopher McCormack
parent abe821bd8e
commit 94dfdb4019

View File

@ -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. WebKit (except for the Chromium project) implements the JavaScriptCore engine.
## JavaScript Frameworks ## JavaScript Frameworks
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, Create JS, jQuery, nodeJS etc.
For details follow this [link](https://javascriptreport.com/the-ultimate-guide-to-javascript-frameworks/)
For more details follow this [link](https://javascriptreport.com/the-ultimate-guide-to-javascript-frameworks/).
## More Resourses ## More Resourses