Summary
JavaScript is the language of the web. It runs in browsers and on servers (Node.js).
Slug
javascript
Tier
core
Extensions
.js, .mjs, .cjs
Hello World
console.log('Hello, World!');
Tip: you can expand this page later with official docs + trusted references.