From 2f78a3888583bd5bdaf95ceb83a2b434404dabfb Mon Sep 17 00:00:00 2001 From: RunsWithSquirrels <36525065+RunsWithSquirrels@users.noreply.github.com> Date: Sun, 17 Feb 2019 10:53:04 -0600 Subject: [PATCH] Added Punctuation and Clarified Information (#29691) I added a period to help make the article appear cleaner, as well as some further information with an already-established link to help clarify what the link tells the reader. --- guide/english/javascript/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/javascript/index.md b/guide/english/javascript/index.md index 1646b835bf..2c7100eb9a 100644 --- a/guide/english/javascript/index.md +++ b/guide/english/javascript/index.md @@ -8,7 +8,7 @@ By definition, JavaScript is an high-level iterpreted language. This means it is JavaScript is the core language of the web and the only programming language that can run in all major web browsers. -Notably, JavaScript has no relation to Java. [JavaScript: The World's Most Misunderstood Programming Language](http://www.crockford.com/javascript/javascript.html) +Notably, JavaScript has no relation to Java. [JavaScript: The World's Most Misunderstood Programming Language](http://www.crockford.com/javascript/javascript.html) by Douglas Crockford explains more about what Javascript is and how it is not related to Java. The official name of JavaScript is ECMAScript defined under Standard [ECMA-262](https://www.ecma-international.org/publications/standards/Ecma-262.htm) ECMAScript 6th edition (ES6) added "significant new syntax for writing complex applications, including classes and modules" (Wikipedia) including arrow functions and promises.