javascript
What is JavaScript? (browser + Node.js)javascriptLevel1
Progress0%
Contents
What is JavaScript? (browser + Node.js)
1 / 10
Introduction
What is JavaScript?
JavaScript (JS) is a high-level, interpreted, dynamically-typed programming language used to make web pages interactive. It is the only programming language natively understood by browsers.
The three pillars of the web:
| Technology | Role |
|---|---|
| HTML | Structure (skeleton) |
| CSS | Style (appearance) |
| JavaScript | Behaviour (logic + interactivity) |