JavaScript function - Search
About 31,300,000 results
Open links in new tab
    Kizdar net | Kizdar net | Кыздар Нет
  1. How to enable JavaScript in Windows - Microsoft Support

    This article describes step for users to allow all Web sites in the Internet zone to run JavaScript in Internet Explorer, Chrome, and Firefox.

  2. JavaScript Tutorial - W3Schools

    JavaScript References W3Schools maintains a complete JavaScript reference, including all HTML and browser objects. The reference contains examples for all properties, methods and events, and is continuously updated according to the latest …

  3. JavaScript - MDN Web Docs

    Jul 8, 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 Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, garbage-collected, dynamic language, supporting multiple paradigms such as ...

  4. JavaScript - Wikipedia

    JavaScript (/ ˈdʒɑːvəskrɪpt / ⓘ), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior. [10] Web browsers have a dedicated JavaScript engine that executes the client code. These engines are also utilized in some servers and a variety of ...

  5. Introduction - JavaScript | MDN - MDN Web Docs

    6 days ago · The JavaScript documentation on MDN includes the following: Dynamic scripting with JavaScript provides structured JavaScript guides 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. JavaScript Reference provides detailed reference material for JavaScript.

  6. The Modern JavaScript Tutorial

    2 days ago · Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.

  7. JavaScript Guide - MDN

    Jul 8, 2025 · The JavaScript Guide shows you how to use JavaScript and gives an overview of the language. If you need exhaustive information about a language feature, have a look at the JavaScript reference.

  8. JavaScript Tutorial - Online Tutorials Library

    Learn JavaScript with our comprehensive tutorial covering basics to advanced topics, including syntax, functions, and events.

  9. JavaScript Tutorial - GeeksforGeeks

    Jun 5, 2025 · JavaScript supports powerful frameworks and libraries like React, Angular, Vue.js, Node.js, and Express.js, widely used in modern web applications. JavaScript is an object-oriented and event-driven language, ideal for building scalable and responsive applications.

  10. Welcome to Learn JavaScript! - web.dev

    Mar 31, 2024 · Welcome to Learn JavaScript! JavaScript is responsible for the "interactive layer" of a web page, complementing the "structural" layer provided by markup and "presentational" layer provided by CSS.