diff --git a/guide/english/javascript/index.md b/guide/english/javascript/index.md index abc86d88b3..d53cddf903 100644 --- a/guide/english/javascript/index.md +++ b/guide/english/javascript/index.md @@ -4,7 +4,7 @@ title: JavaScript ## JavaScript -JavaScript is the most widely used scripting language on earth and has the largest library ecosystem of any programming language. It is the core language of the web, and the only programming language that can run in all major web browsers. +Creaed by Brendan Eich in May of 1995, JavaScript is the most widely used scripting language on earth and has the largest library ecosystem of any programming language. It is the core language of the web, and the only programming language that can run in all major web browsers. By definition, Javascript is a high-level interpreted 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.