From 87e38c2161b906059e9a4420413efffbed36e025 Mon Sep 17 00:00:00 2001 From: samfultonschool <42898105+samfultonschool@users.noreply.github.com> Date: Tue, 13 Nov 2018 16:47:17 -0700 Subject: [PATCH] Added created by and when (#21584) Added that Brendan Eich created JS in may of 1995. --- 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 abc86d88b30..d53cddf9035 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.