What is the predecessor of javascript language

藏色散人
Release: 2021-10-15 14:37:53
Original
3080 people have browsed it

The predecessor of the JavaScript language is LiveScript, which was originally designed by Brendan Eich of Netscape; later Netscape renamed it JavaScript after cooperating with Sun.

What is the predecessor of javascript language

The operating environment of this article: windows7 system, javascript version 1.8.5, Dell G3 computer.

What is the predecessor of the javascript language?

The predecessor of the javascript language is LiveScript.

JavaScript was originally designed by Brendan Eich of Netscape and initially named its scripting language LiveScript. Netscape later renamed it JavaScript after collaborating with Sun. JavaScript was originally inspired by Java and was designed. One of the purposes is to "look like Java", so there are similarities in syntax, and some names and naming conventions are also borrowed from Java, but the main design principles of JavaScript are derived from Self and Scheme . The similarity in names between JavaScript and Java was the result of Netscape reaching an agreement with Sun Microsystems for marketing reasons at the time. Microsoft also launched JScript at the same time to compete with the JavaScript scripting language.

In the early days of development, the standard of JavaScript was not yet determined. During the same period, there were three pillars: Netscape's JavaScript, Microsoft's JScript and CEnvi's ScriptEase. For interoperability, Ecma International (formerly the European Computer Manufacturers Association) created the ECMA-262 standard (ECMAScript), both of which are implementations of ECMAScript, although JavaScript is intended as a scripting language for non-programmers, not as a programmer People use scripting languages ​​to promote and advertise, but JavaScript has very rich features. [10] In 1997, under the coordination of ECMA (European Computer Manufacturers Association), a working group composed of Netscape, Sun, Microsoft, and Borland determined a unified standard: ECMA-262. The complete JavaScript implementation consists of three parts: ECMAScript, Document Object Model, and Browser Object Model. [9]

JavaScript is a registered trademark of Oracle Corporation. Ecma International developed the ECMAScript standard based on JavaScript. JavaScript can also be used in other situations, such as server-side programming (Node.js).

Main functions

1. Embed dynamic text in HTML pages.

2. Respond to browser events.

3. Read and write HTML elements.

4. Verify data before it is submitted to the server.

5. Detect the visitor’s browser information. Control cookies, including creation and modification.

6. Server-side programming based on Node.js technology.

[Recommended learning: javascript basic tutorial]

The above is the detailed content of What is the predecessor of javascript language. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!