Skip to content

JavaScript 是啥

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.

开发环境

在 VS Code 中配置 JavaScript 环境,安装两个插件:

  • Code Runner
  • JavaScript (ES6) code snippets

如何在 VScode中 配置 Javascript 环境

学习路径

  1. 《JavaScript 快速上手》,莫振杰