From 524642d323da39ed436b6d110f25c71fb3d1bd34 Mon Sep 17 00:00:00 2001 From: Mayank Bisht <52355455+mayank98x@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:32:36 +0530 Subject: [PATCH] Improved DOCS corrected some grammatical mistakes, and improved readability. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ec588c8..4e70286c 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ 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 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 is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.