DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

JavaScript

Lessons available

core Extensions: .js, .mjs, .cjs Official docs ↗
Open lessons References Examples Try it → HTML Back to Languages
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.