JavaScript: Introduction
Start learning JavaScript with a quick overview and Hello World.
JavaScript — Introduction
Overview
JavaScript is the language of the web. It runs in browsers and on servers (Node.js).
Hello World
console.log('Hello, World!');
What you'll learn
- How to run JavaScript
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.