Open links in new tab
  1. The Modern JavaScript Tutorial

    1 day ago · Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP. We concentrate on the language itself here, with the minimum of environment-specific notes.

  2. The JavaScript language

    Here we learn JavaScript, starting from scratch and go on to advanced concepts like OOP. We concentrate on the language itself here, with the minimum of environment-specific notes.

  3. An Introduction to JavaScript

    Aug 8, 2022 · JavaScript was initially created as a browser-only language, but it is now used in many other environments as well. Today, JavaScript has a unique position as the most widely-adopted …

  4. An introduction - The Modern JavaScript Tutorial

    An introduction About the JavaScript language and the environment to develop with it.

  5. JavaScript Fundamentals

    The modern mode, "use strict" Variables Data types Interaction: alert, prompt, confirm Type Conversions Basic operators, maths Comparisons Conditional branching: if, '?' Logical operators Nullish …

  6. Functions - The Modern JavaScript Tutorial

    Oct 14, 2022 · Default parameters in old JavaScript code Several years ago, JavaScript didn’t support the syntax for default parameters. So people used other ways to specify them. Nowadays, we can …

  7. JavaScript 基础知识

    让我们来一起学习 JavaScript 脚本构建的基础知识。 Hello, world! 代码结构 现代模式,"use strict" 变量 数据类型 交互:alert、prompt 和 confirm 类型转换 基础运算符,数学运算 值的比较 条件分支:if …

  8. 简介 - JavaScript

    Ctrl + ← Ctrl + → © 2007—2026 Ilya Kantor 关于本项目 联系我们

  9. 现代 JavaScript 教程

    xumin • 3 年之前 如果html跟css有这样的教程就好了,msd上面的翻译质量不行 柚子猫 • 3 年之前 这真是我看过最好最全的教程了,如果有NODE.js的教程那就更好了 寻步 • 3 年之前 希望能更多的介绍一 …

  10. JavaScript 编程语言

    简介 JavaScript 基础知识 代码质量 Object(对象):基础知识 数据类型 函数进阶内容 对象属性配置 原型,继承 类 错误处理 Promise,async/await Generator,高级 iteration 模块 杂项 Ctrl + →