From fae51bf0abab8829fe6978da0c19f6da5a56c7ae Mon Sep 17 00:00:00 2001 From: Dauli Pamale Alexis Ange Date: Tue, 23 Oct 2018 20:57:20 +0200 Subject: [PATCH] Adding definition to JavaScript (#25678) --- guide/english/javascript/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/javascript/index.md b/guide/english/javascript/index.md index 52b15f8f6d..37013ed208 100644 --- a/guide/english/javascript/index.md +++ b/guide/english/javascript/index.md @@ -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)