From fd802f81b7e65fe6fb50da298c157b1ff8679493 Mon Sep 17 00:00:00 2001 From: Nishant Ingle Date: Mon, 7 Oct 2019 19:18:15 +0530 Subject: [PATCH] Added JS description --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ec588c8..e2a06a3c 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,7 @@ This book will teach you the basics of programming and Javascript. Whether you a ![Screen](./assets/intro.png) -JavaScript (*JS for short*) is the programming language that enables web pages to respond to user interaction beyond the basic level. It was created in 1995, and is today one of the most famous and used programming languages. + +JavaScript often abbreviated as JS, is a high-level, interpreted scripting language that conforms to the ECMAScript specification. JavaScript has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions. + +It is the programming language that enables web pages to respond to user interaction beyond the basic level. It was created in 1995, and is today one of the most famous and used programming languages. \ No newline at end of file