Skip to content

Commit 2ffe3b0

Browse files
Update ABOUT.md to nextercism format
As requested in issue exercism#85 in the meta repo - some minor formatting changes, along with a few grammatical/wording fixes.
1 parent 808e0d3 commit 2ffe3b0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/ABOUT.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
Javascript is a scripting language used to provide dynamic and interactive content on webpages. Also, server side JS allows the use of the same language on the server and client. Besides being fast, JavaScript provides benefits like:
1+
JavaScript is a scripting language used to provide dynamic and interactive content on webpages. Also, server side JS allows the use of the same language on the server and client.
2+
3+
Besides being fast, JavaScript provides benefits like:
24

35
* Reducing server traffic by validating user input in the browser before it is sent to the server.
4-
* Providing immediate feedback to the site visitors so that they don't have to reload pages just to get error messages on form validations.
6+
* Providing immediate feedback to the site's visitors so that they don't have to reload pages just to get error messages on form validations.
57
* Allowing richer user interfaces with content changes on mouse hover, drag and drop gestures, and animations.
68

79
Client-side JavaScript is interpreted in the browser without requiring compilation. This allows interactive content to be included in HTML pages which would otherwise be static.
810

9-
Server-Side JavaScript as run in NodeJS enables back-end access to databases, file systems, and servers. NodeJS is built on Google Chrome's JavaScript V8 Engine. NodeJS uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node can be a great solution for applications requiring I/O bound operations, data streaming etc. More details can be found [here](https://nodejs.org/en/about/).
11+
Server-Side JavaScript as run in NodeJS enables back-end access to databases, file systems, and servers. NodeJS is built on Google Chrome's JavaScript V8 Engine. NodeJS uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node can be a great solution for applications requiring I/O bound operations, data streaming etc. More details can be found [here](https://nodejs.org/en/about/).
1012

1113
You should learn JavaScript because:
1214

1315
* It's easy to learn.
14-
* It's versatile in the sense that it's multi-paradigm supporting procedural, event based, object oriented and functional programming.
15-
* It can be used for the frontend and backend.
16+
* It's versatile in the sense that it's multi-paradigm - supporting procedural, event based, object oriented and functional programming.
17+
* It can be used for the front-end and back-end.
1618
* It's Open Source.
1719
* JavaScript programming skills are in high demand.
1820

19-
---
20-
21-
_This track is intended for widely supported JavaScript, for code that could be executed in almost all existing browsers. If you're looking for experimenting with newer features of the language try the [ECMAScript](http://exercism.io/languages/ecmascript) track._
21+
_This track is intended for widely supported JavaScript, for code that could be executed in almost all existing browsers. If you're looking to experiment with newer features of the language, try the [ECMAScript](http://exercism.io/languages/ecmascript) track._
2222

0 commit comments

Comments
 (0)