翻訳と辞書
Words near each other
・ Javard
・ Javardeh
・ Javardeh, Gilan
・ Javardeh, Kohgiluyeh and Boyer-Ahmad
・ Javare Gowda
・ Javarem
・ Javari Cattle
・ Javari Temple, Khajuraho
・ Javaria
・ Javaris Crittenton
・ Javark
・ Javarris James
・ Javarris Williams
・ Javarus Dudley
・ Javary River
JavaScript
・ JavaScript Data Components
・ JavaScript engine
・ JavaScript graphics library
・ JavaScript InfoVis Toolkit
・ JavaScript library
・ JavaScript OSA
・ Javascript Simple Syndication
・ JavaScript Style Sheets
・ JavaScript syntax
・ JavaScript templating
・ JavaScriptMVC
・ JavaServer Faces
・ JavaServer Pages
・ JavaServer Pages Standard Tag Library


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

JavaScript : ウィキペディア英語版
JavaScript

| type code =
| uniform type = com.netscape.javascript-source
| magic =
| owner =
| released =
| latest release version =
| latest release date =
| genre = Scripting language
| container for =
| contained by =
| extended from =
| extended to =
| standard =
| url =
}}
JavaScript () is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification. Alongside HTML and CSS, it is one of the three essential technologies of World Wide Web content production; the majority of websites employ it and it is supported by all modern web browsers without plug-ins. JavaScript is prototype-based with first-class functions, making it a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles. It has an API for working with text, arrays, dates and regular expressions, but does not include any I/O, such as networking, storage or graphics facilities, relying for these upon the host environment in which it is embedded.
Despite some naming, syntactic, and standard library similarities, JavaScript and Java are otherwise unrelated and have very different semantics. The syntax of JavaScript is actually derived from C, while the semantics and design are influenced by the Self and Scheme programming languages.
JavaScript is also used in environments that are not web-based, such as PDF documents, site-specific browsers, and desktop widgets. Newer and faster JavaScript virtual machines (VMs) and platforms built upon them have also increased the popularity of JavaScript for server-side web applications. On the client side, JavaScript has been traditionally implemented as an interpreted language, but more recent browsers perform just-in-time compilation. It is also used in game development, the creation of desktop and mobile applications, and server-side network programming with runtime environments such as Node.js.
== History ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「JavaScript」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.