-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- features introduced in ES2015 (aka ES6) - see workshop slides
- functional programming principles (declarative, immutable, pure)
- TypeScript