Skip to content

JavaScript

Matěj Chalk edited this page Sep 10, 2020 · 5 revisions

JavaScript is an interpretted multi-paradigm programming language, best known as the scripting language of the web (although it also runs in non-browser environments nowadays, e.g. Node.js). The standard for JavaScript is ECMAScript, which has incorporated many new language constructs in recent versions.

Modern JavaScript

Node & NPM

  • Node.js is a JavaScript runtime
  • NPM is the Node package manager
Clone this wiki locally