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

Where can javascript be run?

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces where javascript can be run in the language, the article is very detailed, has a certain reference value, interested friends must read it!

Javascript is a scripting language that runs on the "client". Javascript does not need to be compiled and is an interpreted scripting language; and JavaScript is used on the browser at the beginning of the design, and the browser is a kind of client, so JavaScript is called the client scripting language.

The operating environment of this tutorial: windows7 system, javascript1.8.5 version, Dell G3 computer.

JavaScript (JS for short) is a lightweight, interpretive or just-in-time programming language with function priority. Although it is known as a scripting language for developing Web pages, it is also used in many non-browser environments. JavaScript is based on prototype programming, multi-paradigm dynamic scripting language, and supports object-oriented, imperative, declarative, and functional programming paradigms.

JavaScript is mainly used as a client-side scripting language to run on the user's browser without the support of the server. So in the early days, programmers preferred JavaScript to reduce the burden on the server, while at the same time brought another problem, security.

In the early days, JavaScript was generally used as a scripting language executed on the client (browser). So JavaScript is often called a client scripting language.

First, JavaScript is a scripting language. The so-called scripting language does not need to be compiled and is an interpretive language.

Secondly, at the beginning of the design, JavaScript is used in the browser, the browser is a kind of client, so JavaScript is called client scripting language.

At present, JavaScript is no longer limited to use on the client side, and the server side can also use JavaScript language, such as servers built with Node.js. Even JavaScript can be used to develop hardware programming. So, although JavaScript is called a client-side scripting language, it doesn't mean it can only be used on the client side, it's just a customary name.

The above is all the contents of the article "where can javascript be run?" Thank you for reading! Hope to share the content to help you, more related 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