LearnJavaScript TutorialJavaScript Introduction

JavaScript Introduction

1 min read

What is JavaScript?

JavaScript is the programming language of the web. It runs in the browser and makes pages interactive — handling clicks, updating content, validating forms and much more.

console.log("Hello, World!");

You can write JavaScript directly in an HTML page inside a <script> tag.