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

JavaScript: Introduction

Start learning JavaScript with a quick overview and Hello World.

Read time: 1 min • Words: 47
My Progress

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.