
JavaScript - Wikipedia
JavaScript (/ ˈ dʒ ɑː v ə s k r ɪ p t / ⓘ), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of …
JavaScript - Simple English Wikipedia, the free encyclopedia
JavaScript is a high-level programming language that follows the ECMAScript standard. It was originally designed as a scripting language for websites but became widely adopted as a …
JavaScript | MDN - MDN Web Docs
Mar 6, 2025 · JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. While it is most well-known as the scripting language for …
JavaScript engine - Wikipedia
A JavaScript engine is a software component that executes JavaScript code. The first JavaScript engines were mere interpreters , but all relevant modern engines use just-in-time compilation …
JavaScript syntax - Wikipedia
The syntax of JavaScript is the set of rules that define a correctly structured JavaScript program. The examples below make use of the log function of the console object present in most …
JavaScript - 维基百科,自由的百科全书
JavaScript(通常缩写为JS)是一门基于原型和头等函数的多范式高级 解释型 编程语言 [9] [10] ,它支持面向对象程式設計、指令式编程和函数式编程。 它提供方法来操控文本、 数组 、日 …
JavaScript library - Wikipedia
A JavaScript library is a library of pre-written JavaScript code that allows for easier development of JavaScript-based applications, [1] especially for AJAX and other web-centric technologies. …
What is JavaScript? - Learn web development | MDN - MDN Web Docs
Mar 10, 2025 · JavaScript is a lightweight interpreted programming language. The web browser receives the JavaScript code in its original text form and runs the script from that.
Comparison of JavaScript-based web frameworks - Wikipedia
JavaScript-based web application frameworks, such as React and Vue, provide extensive capabilities but come with associated trade-offs. These frameworks often extend or enhance …
Wikipedia:WikiProject JavaScript - Wikipedia
This is a central resource depot and organization hub for everything having to do with JavaScript on Wikipedia, including user scripts. This WikiProject provides a place for editors to share …
Introduction - JavaScript | MDN - MDN Web Docs
Mar 6, 2025 · Dynamic scripting with JavaScript provides structured JavaScript guides for beginners and introduces basic concepts of programming and the Internet. JavaScript Guide …
An Introduction to JavaScript
Aug 8, 2022 · Today, JavaScript has a unique position as the most widely-adopted browser language, fully integrated with HTML/CSS. There are many languages that get “transpiled” to …
JavaScript - Wikibooks, open books for an open world
Mar 16, 2025 · This book is a guide to JavaScript, a scripting language widely used in web pages and web applications such as email applications. JavaScript is not to be confused with Java , …
JavaScript Versions - W3Schools
JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997. ECMAScript is the official name of the language. ECMAScript versions have been abbreviated …
JavaScript engine - MDN Web Docs
Mar 6, 2025 · JavaScript engines are interpreters that parse and execute JavaScript code. Modern JavaScript engines use just-in-time (JIT) compilation to convert JavaScript code into …
What is JavaScript? - Codecademy
JavaScript is a client-side scripting language, which means that it’s a programming language that can run inside a web browser. There are other languages (like Flash) that run in browsers, but …
JavaScript - Wikipedia
JavaScript (JS) este un limbaj de programare orientat obiect bazat pe conceptul prototipurilor. [8] Este folosit mai ales pentru introducerea unor funcționalități în paginile web, codul JavaScript …
JavaScript - Wikiversity
Aug 13, 2024 · JavaScript is one of the most powerful programming languages in common use. However, even those proficient in JavaScript often do not realize its power. For example, did …
JavaScript technologies overview - JavaScript | MDN - MDN Web Docs
Mar 6, 2025 · Engine262, a JavaScript engine written in JavaScript. It is created for JavaScript developers to explore new language features and find bugs in the specification. Moddable XS, …
JavaScript Programming/Introduction - Wikiversity
Jan 22, 2025 · JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. [ 6 ] JavaScript comments are …