Adding definition to JavaScript (#25678)

This commit is contained in:
Dauli Pamale Alexis Ange
2018-10-23 20:57:20 +02:00
committed by Paul Gamble
parent 322e896b32
commit fae51bf0ab

View File

@ -5,6 +5,9 @@ title: JavaScript
## JavaScript
JavaScript is the most widely used scripting language on Earth. And it has the largest library ecosystem of any programming language.
By definition, Javascript is an high-level iterpreted language. Meaning its higher abstracted from the computer, easy to use, and you
don't need to compile in order to execute but its interpreted at the runtime.
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)