The original name of Javascript is LiveScript. LiveScript is the predecessor of the JavaScript language; because Netscape cooperated with Sun, Netscape management wanted it to look like Java, so the LiveScript language was renamed JavaScript.
The operating environment of this tutorial: windows7 system, javascript version 1.8.5, Dell G3 computer.
LiveScript is the predecessor of the JavaScript language. When Netscape was designing the browser, in order to improve the interactivity of web design, it developed the computer language LiveScript.
LiveScript was created by Brendan Eich and was first implemented in NetScape 2. Its purpose is to create a language that is simple enough so that developers can easily add interaction to web pages, just copy the code and adjust it. Many LiveScript developers start by copying and pasting.
While Netscape was developing LiveScript, Sun was also developing the Java language. In order to assist the design of Java web programs, the two companies cooperated to jointly develop the LiveScript language and renamed the LiveScript language JavaScript. .
JavaScript is a literal scripting language. It is a dynamically typed, weakly typed, prototype-based language with built-in support for types. Its interpreter is called the JavaScript engine, which is part of the browser and is widely used in client-side scripting languages. It was first used on HTML (an application under Standard Universal Markup Language) web pages to add dynamic functions to HTML web pages. .
[Recommended learning: javascript advanced tutorial]
The above is the detailed content of What is the original name of Javascript?. For more information, please follow other related articles on the PHP Chinese website!