Yahoo Italia Ricerca nel Web

Risultati di ricerca

  1. it.wikipedia.org › wiki › JavaScriptJavaScript - Wikipedia

    Le caratteristiche principali di JavaScript sono: essere un linguaggio interpretato: il codice non viene compilato, ma eseguito direttamente; in JavaScript lato client, il codice viene eseguito dall'interprete contenuto nel browser dell'utente. la sintassi è relativamente simile a quella dei linguaggi C, C++ e Java.

    • Programmazione a eventi e a oggetti, funzionale
    • Brendan Eich
    • 1.8.5
    • 1995
  2. en.wikipedia.org › wiki › JavaScriptJavaScript - Wikipedia

    JavaScript ( / ˈdʒɑːvəskrɪpt / ), often abbreviated as JS, is a programming language and core technology of the Web, alongside HTML and CSS. 99% of websites use JavaScript on the client side for webpage behavior. [10] Web browsers have a dedicated JavaScript engine that executes the client code.

    • December 4, 1995; 27 years ago
    • ECMAScript 2021, / June 2021; 2 years ago
    • Overview
    • Tutorials
    • Reference

    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 Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, single-threaded, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.

    JavaScript's dynamic capabilities include runtime object construction, variable parameter lists, function variables, dynamic script creation (via eval), object introspection (via for...in and Object utilities), and source-code recovery (JavaScript functions store their source text and can be retrieved through toString()).

    This section is dedicated to the JavaScript language itself, and not the parts that are specific to Web pages or other host environments. For information about APIs that are specific to Web pages, please see Web APIs and DOM.

    The standards for JavaScript are the ECMAScript Language Specification (ECMA-262) and the ECMAScript Internationalization API specification (ECMA-402). As soon as one browser implements a feature, we try to document it. This means that cases where some proposals for new ECMAScript features have already been implemented in browsers, documentation and examples in MDN articles may use some of those new features. Most of the time, this happens between the stages 3 and 4, and is usually before the spec is officially published.

    Do not confuse JavaScript with the Java programming language — JavaScript is not "Interpreted Java". Both "Java" and "JavaScript" are trademarks or registered trademarks of Oracle in the U.S. and other countries. However, the two programming languages have very different syntax, semantics, and use.

    JavaScript documentation of core language features (pure ECMAScript, for the most part) includes the following:

    For complete beginners

    Head over to our Learning Area JavaScript topic if you want to learn JavaScript but have no previous experience with JavaScript or programming. The complete modules available there are as follows: JavaScript first steps\t Answers some fundamental questions such as "what is JavaScript?", "what does it look like?", and "what can it do?", along with discussing key JavaScript features such as variables, strings, numbers, and arrays. JavaScript building blocks\t Continues our coverage of JavaScript's key fundamental features, turning our attention to commonly-encountered types of code blocks such as conditional statements, loops, functions, and events. Introducing JavaScript objects\t The object-oriented nature of JavaScript is important to understand if you want to go further with your knowledge of the language and write more efficient code, therefore we've provided this module to help you. Asynchronous JavaScript\t Discusses asynchronous JavaScript, why it is important, and how it can be used to effectively handle potential blocking operations such as fetching resources from a server. Client-side web APIs\t Explores what APIs are, and how to use some of the most common APIs you'll come across often in your development work.

    JavaScript guide

    JavaScript Guide\t A much more detailed guide to the JavaScript language, aimed at those with previous programming experience either in JavaScript or another language.

    Intermediate

    Understanding client-side JavaScript frameworks\t JavaScript frameworks are an essential part of modern front-end web development, providing developers with proven tools for building scalable, interactive web applications. This module gives you some fundamental background knowledge about how client-side frameworks work and how they fit into your toolset, before moving on to a series of tutorials covering some of today's most popular ones. JavaScript language overview\t An overview of the basic syntax and semantics of JavaScript for those coming from other programming languages to get up to speed. JavaScript data structures\t Overview of available data structures in JavaScript. Equality comparisons and sameness\t JavaScript provides three different value comparison operations: strict equality using ===, loose equality using ==, and the Object.is() method. Enumerability and ownership of properties\t How different methods that visit a group of object properties one-by-one handle the enumerability and ownership of properties. Closures\t A closure is the combination of a function and the lexical environment within which that function was declared.

    Browse the complete JavaScript reference documentation.

    Standard objects\t

    Get to know standard built-in objects Array, Boolean, Date, Error, Function, JSON, Math, Number, Object, RegExp, String, Map, Set, WeakMap, WeakSet, and others.

    Expressions and operators\t

    Learn more about the behavior of JavaScript's operators instanceof, typeof, new, this, the operator precedence, and more.

    Statements and declarations\t

  3. 2 mag 2022 · JavaScript è uno dei linguaggi di programmazione più popolari al mondo e rappresenta certamente un'ottima scelta come primo linguaggio per imparare a programmare. Utilizziamo JavaScript principalmente per creare. siti web. applicazioni web. Applicazioni server-side usando Node.js.

  4. 14 mar 2024 · JavaScript is a programming language that allows you to implement complex functionalities on web pages. Every time a web page does more than just sit there and display static information for you to look at—displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, or more—you can bet ...

  5. 22 giu 2023 · Where to find JavaScript information. The JavaScript documentation on MDN includes the following: Learn Web Development provides information for beginners and introduces basic concepts of programming and the Internet. JavaScript Guide (this guide) provides an overview about the JavaScript language and its objects.

  6. 30 apr 2022 · JavaScript è l’unica tecnologia in ambiente browser che combina queste tre caratteristiche. Questo rende JavaScript unico. Ed è il motivo per cui è lo strumento più diffuso per creare interfacce web. Quando si ha in programma di imparare una nuova tecnologia, è fondamentale verificare le sue prospettive.