javascript
javascript
What is JavaScript? (browser + Node.js)
Live
bolt
Level1
Progress0%

What is JavaScript? (browser + Node.js)

CARD 1

Introduction

Login to report note issues for this section.

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:

TechnologyRole
HTMLStructure (skeleton)
CSSStyle (appearance)
JavaScriptBehaviour (logic + interactivity)