Category: Introduction

  • What improvement JavaScript has?

    There have been several versions of JavaScript programming language. ECMAScript version 3 was the most supported version between 2000 and 2010. Version 4 planned a number of radical improvements and extensions to the language, but it wasn’t done. Then version 5 came out, which made only some uncontroversial improvements, coming out in 2009. Version 6…

  • Why to use JavaScript?

    Today, JavaScript is one of the most powerful, popular, and flexible programming languages. It provides dynamic behavior on most websites. JavaScript is used by the overwhelming majority of modern websites. JavaScript interpreters are included in all modern web browsers—on desktops, game consoles, tablets, and smartphones. This makes JavaScript the most ubiquitous programming language in history.…

  • Why is it called JavaScript?

    JavaScript programming language was developed by Brendan Eich in 1995. When JavaScript was created it was known as LiveScript. Netscape changed its name to JavaScript. Important to know that JavaScript has almost nothing to do with the programming language called Java. The JavaScript name was inspired by marketing considerations. The Java programming language was being…

  • What is JavaScript?

    JavaScript is a high-level, dynamic, lightweight, interpreted computer programming language. It’s designed for creating network-centric apps. It has made modern web apps possible— apps with which you can interact directly without doing a page reload for every action. It’s also used in more traditional websites to provide different forms of interactivity and cleverness. JavaScript is…