Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What does javascript mean?

2025-03-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly shows you "what does javascript mean?". The content is simple and clear. I hope it can help you solve your doubts. Let the editor lead you to study and learn this article "what does javascript mean?"

Javascript is a high-level, interpretive programming language, which is mainly used to add interactive behavior to HTML pages; javascript can also be directly embedded in HTML pages, but writing as a separate js file is more conducive to the separation of structure and behavior.

This article operating environment: windows7 system, javascript1.8.5 version, DELL G3 computer.

What does javascript mean?

JavaScript (usually abbreviated to JS) is a high-level, interpreted programming language. JavaScript is a prototype-based, first-class function language, is a multi-paradigm language, it supports object-oriented programming, instruction programming, and functional programming. It provides syntax to manipulate text, arrays, dates, regular expressions, etc., and does not support Imax O, such as network, storage, graphics, etc., but these can be supported by its hosting environment. It has been standardized by ECMA (European Association of computer Manufacturers) through ECMAScript. It is used by most websites in the world, and it is also supported by the world's mainstream browsers (Chrome, IE, Firefox, Safari, Opera).

JavaScript and Java have many similarities in name or syntax, but the two programming languages are very different from the beginning of their design. The language design of JavaScript is mainly influenced by Self (a prototype-based programming language) and Scheme (a functional programming language). It also has many similarities with C language in syntax structure (such as if conditional statement, switch statement, while loop, do-while loop, etc.).

On the client side, JavaScript is traditionally implemented as an interpreted language, but recently it has been able to be executed by just-in-time compilation (JIT). With the introduction of the latest HTML5 and CSS3 language standards, it can also be used for the development of games, desktop and mobile applications and running in server-side network environments such as Node.js.

In general, a complete JavaScript consists of the following parts:

ECMAScript, which describes the syntax and basic objects of the language

Document object Model (DOM), which describes the methods and interfaces for processing web page content

Browser object model (BOM), which describes the methods and interfaces for interacting with browsers

The basic features of JavaScript are as follows:

Is an interpretive scripting language (the code is not precompiled).

It is mainly used to add interactive behavior to HTML pages.

You can embed a HTML page directly, but writing it as a separate js file facilitates the separation of structure and behavior.

JavaScript is commonly used to accomplish the following tasks:

Embed dynamic text into HTML pages

Respond to browser events

Read and write HTML elements

Validate data before it is submitted to the server

Detect the browser information of the visitor

Control cookie, including creation and modification, etc.

The above is all the contents of this article "what does javascript mean?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report