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.
This commit is contained in:
RunsWithSquirrels
2019-02-17 10:53:04 -06:00
committed by Christopher McCormack
parent 80d66a9808
commit 2f78a38885

View File

@ -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.