Added created by and when (#21584)

Added that Brendan Eich created JS in may of 1995.
pull/21324/head
samfultonschool 2018-11-13 16:47:17 -07:00 committed by nik
parent 3ecb87155f
commit 87e38c2161
1 changed files with 1 additions and 1 deletions

View File

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